build
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| build [2026/08/06 14:26] – steve | build [2026/08/07 18:57] (current) – steve | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <code bash Build.sh> | <code bash Build.sh> | ||
| # | # | ||
| + | # Run this script twice, after initial build, and then a second time after the reboot. | ||
| - | LOG="/tmp/ | + | LOG="~/ |
| + | cd ~ | ||
| if [[ ! -f " | if [[ ! -f " | ||
| Line 15: | Line 17: | ||
| sudo chmod 0644 / | sudo chmod 0644 / | ||
| - | 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 " | wget -O ${Font}.zip " | ||
| Line 28: | Line 29: | ||
| sudo fwupdmgr refresh | sudo fwupdmgr refresh | ||
| sudo fwupdmgr update | sudo fwupdmgr update | ||
| + | </ | ||
| + | <code bash> | ||
| + | curl -o ~/Build.sh " | ||
| + | chmod a+x ~/Build.sh | ||
| + | ~/Build.sh | ||
| </ | </ | ||
build.1786026406.txt.gz · Last modified: by steve
