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 15:16] 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 30: Line 31:
 </code> </code>
 <code bash> <code bash>
-curl -o /tmp/Build.sh "https://wiki.cyli.org/doku.php?do=export_code&id=build&codeblock=0" +curl -o ~/Build.sh "https://wiki.cyli.org/doku.php?do=export_code&id=build&codeblock=0" 
-chmod a+x /tmp/Build.sh +chmod a+x ~/Build.sh 
-/tmp/Build.sh+~/Build.sh
 </code> </code>
build.1786029400.txt.gz · Last modified: by steve