build
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| build [2026/08/06 10:33] – created steve | build [2026/08/07 18:57] (current) – steve | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | + | < |
| - | sudo apt install etckeeper tig git -y | + | # |
| - | sudo apt update && sudo apt upgrade -y && sudo apt autoremove && sudo reboot | + | # Run this script twice, after initial build, and then a second time after the reboot. |
| - | curl -o 10-Update ' | + | LOG=" |
| - | curl -o 10-Update.rules ' | + | cd ~ |
| - | sudo chown root:root 10-Update* | + | |
| - | sudo chmod 0440 10-Update | + | if [[ ! -f " |
| - | sudo chmod 0644 10-Update.rules | + | sudo apt install etckeeper tig git -y | tee -a ${LOG} |
| - | sudo mv 10-Update / | + | sudo apt update | tee -a ${LOG} && sudo apt upgrade -y | tee -a ${LOG} && sudo apt autoremove | tee -a ${LOG} && echo "Begin stage two after reboot" |
| - | sudo mv 10-Update.rules | + | sudo reboot |
| + | fi | ||
| + | |||
| + | sudo curl -o / | ||
| + | sudo chmod 0440 / | ||
| + | sudo curl -o / | ||
| + | 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 24: | 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.1786012388.txt.gz · Last modified: by steve
