From f155b58501b90a7a6f6c0cd3ac885825bcd19661 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sat, 19 Nov 2022 10:38:35 -0800 Subject: [PATCH] Update rebuilt-machine.sh Added new scripts for auto-fix, added new desktop wallpaper, modified methodology a bit, and ended with a reboot and instructions to login with cinnamon upon restart instead of starting qortal core refresh. Refresh can be run AFTER reboot and desktop configuration changes. In the future, will add as many of the desktop configuration changes as possible as well, once I figure out how to do them with terminal. :) --- rebuilt-machine.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/rebuilt-machine.sh b/rebuilt-machine.sh index 511c76e..3e6dd88 100644 --- a/rebuilt-machine.sh +++ b/rebuilt-machine.sh @@ -36,7 +36,7 @@ curl -L -O https://github.com/Qortal/qortal-ui/releases/download/v1.9.2/Qortal-S mv Qortal-Setup*.AppImage Qortal-UI chmod +x Qortal-UI -echo "${CYAN} DOWNLOADING IMAGES AND OTHER SCRIPTS ${NC}" +echo "${CYAN} DOWNLOADING PICTURE FILES AND OTHER SCRIPTS ${NC}" cd @@ -49,13 +49,15 @@ cd Machine-files mv Pictures/*.* ~/Pictures/ mv start-qortal.sh ~/ -cd -cd Desktop -curl -L -O https://cloud.qortal.org/s/6d8qoEkQRDSCTqn/download/rebuilt-machine-setup.txt +curl -L -O https://cloud.qortal.org/s/8z4sRiwJCPqM4Fi/download/Qortal-TheFuture-Wallpaper.png +mv Qortal-The*.png ~/Pictures/ -cd + +curl -L -O https://cloud.qortal.org/s/6d8qoEkQRDSCTqn/download/rebuilt-machine-setup.txt +mv rebuilt-machine-setup.txt ~/Desktop curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/refresh-qortal.sh +curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh echo "${YELLOW} FINISHING UP ${NC}" @@ -64,8 +66,8 @@ chmod +x *.sh rm -R Machine-files -echo "${CYAN} STARTING QORTAL REFRESH ${NC}" +echo "${CYAN} REBOOTING MACHINE - USE CINNAMON DESKTOP ENVIRONMENT UPON REBOOT BY CLICKING LOGIN NAME THEN SETTINGS ICON AT BOTTOM RIGHT, AND CHANGING TO CINNAMON ${NC}" -./refresh-qortal.sh +sudo reboot