Update rebuilt-machine.sh
created new Pictures folders for icons and wallpapers.
This commit is contained in:
parent
7e75c13eac
commit
aaf8a8ef96
@ -46,6 +46,7 @@ curl -L -O https://cloud.qortal.org/s/t4Fy8Lp4kQYiYZN/download/Machine-files.zip
|
||||
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
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/check-qortal-status.sh
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-qortal.sh
|
||||
|
||||
|
||||
chmod +x *.sh
|
||||
@ -54,7 +55,7 @@ mv check-qortal-status.sh ~/qortal
|
||||
unzip Machine-files.zip
|
||||
|
||||
mv Machine-files/Pictures/*.* ~/Pictures/
|
||||
mv Machine-files/start-qortal.sh ~/
|
||||
|
||||
|
||||
curl -L -O https://cloud.qortal.org/s/8z4sRiwJCPqM4Fi/download/Qortal-TheFuture-Wallpaper.png
|
||||
mv Qortal-The*.png ~/Pictures/
|
||||
@ -63,6 +64,12 @@ mv Qortal-The*.png ~/Pictures/
|
||||
curl -L -O https://cloud.qortal.org/s/6d8qoEkQRDSCTqn/download/rebuilt-machine-setup.txt
|
||||
mv rebuilt-machine-setup.txt ~/Desktop
|
||||
|
||||
mkdir -p ~/Pictures/wallpapers
|
||||
mkdir -p ~/Pictures/icons
|
||||
mv ~/Pictures/wallpaper*.jpeg ~/Pictures/wallpapers
|
||||
mv ~/Pictures/Qortal-The*.png ~/Pictures/wallpapers
|
||||
mv ~/Pictures/*.* ~/Pictures/icons
|
||||
|
||||
|
||||
echo "${YELLOW} FINISHING UP ${NC}\n"
|
||||
|
||||
@ -71,11 +78,12 @@ chmod +x *.sh
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/rebuilt-machine-cron
|
||||
crontab rebuilt-machine-cron
|
||||
|
||||
rm -R Machine-files
|
||||
rm Machine-files.zip
|
||||
rm rebuilt-machine-cron
|
||||
rm -rf Machine-files Machine-files.zip rebuilt-machine-cron
|
||||
|
||||
echo "${YELLOW} REBOOTING MACHINE - USE CINNAMON DESKTOP ENVIRONMENT UPON REBOOT BY CLICKING LOGIN NAME THEN SETTINGS ICON AT BOTTOM RIGHT, AND CHANGING TO CINNAMON ${NC}\n"
|
||||
|
||||
echo "${YELLOW} REBOOTING MACHINE IN 10 SECONDS - USE CINNAMON DESKTOP ENVIRONMENT UPON REBOOT BY CLICKING LOGIN NAME THEN SETTINGS ICON AT BOTTOM RIGHT, AND CHANGING TO CINNAMON ${NC}\n"
|
||||
|
||||
sleep 10
|
||||
|
||||
sudo reboot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user