User Tools

Site Tools


build

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
build [2026/08/06 14:26] stevebuild [2026/08/07 18:57] (current) steve
Line 1: Line 1:
 <code bash Build.sh> <code bash Build.sh>
 #!/usr/bin/bash #!/usr/bin/bash
 +# Run this script twice, after initial build, and then a second time after the reboot.
  
-LOG="/tmp/Build.log"+LOG="~/Build.log" 
 +cd ~
  
 if [[ ! -f "${LOG}" ]]; then if [[ ! -f "${LOG}" ]]; then
Line 15: Line 17:
 sudo chmod 0644 /etc/polkit-1/rules.d/10-Update.rules  sudo chmod 0644 /etc/polkit-1/rules.d/10-Update.rules 
  
-cd /tmp 
 for Font in anonymous_pro roboto_mono reddit_mono ; do for Font in anonymous_pro roboto_mono reddit_mono ; do
     wget -O ${Font}.zip "https://wiki.cyli.org/lib/exe/fetch.php?media=other:${Font}.zip"     wget -O ${Font}.zip "https://wiki.cyli.org/lib/exe/fetch.php?media=other:${Font}.zip"
Line 28: Line 29:
 sudo fwupdmgr refresh sudo fwupdmgr refresh
 sudo fwupdmgr update  ## Reboot after... sudo fwupdmgr update  ## Reboot after...
 +</code>
 +<code bash>
 +curl -o ~/Build.sh "https://wiki.cyli.org/doku.php?do=export_code&id=build&codeblock=0"
 +chmod a+x ~/Build.sh
 +~/Build.sh
 </code> </code>
build.1786026406.txt.gz · Last modified: by steve