modified to use refresh script from git

wanted to be able to modify refresh script if needed from git instead of having to manually modify one in Machine-files zip from cloud.
This commit is contained in:
crowetic 2022-11-09 15:53:49 -08:00 committed by GitHub
parent 79ff872312
commit 1199697bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ CYAN='\033[0;36m' # Cyan
WHITE='\033[0;37m' # White WHITE='\033[0;37m' # White
NC='\033[0m' # No Color NC='\033[0m' # No Color
echo "${PURPLE} UPDATING AND INSTALLING SOFTWARE ${NC}\n" echo "${PURPLE} UPDATING UBUNTU AND INSTALLING REQUIRED SOFTWARE PACKAGES ${NC}\n"
sudo apt update sudo apt update
sudo apt -y upgrade sudo apt -y upgrade
@ -44,10 +44,11 @@ unzip Machine-files.zip
cd Machine-files cd Machine-files
mv Pictures/*.* ~/Pictures/ mv Pictures/*.* ~/Pictures/
mv *.sh ~/ mv start-qortal.sh ~/
cd cd
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/refresh-qortal.sh
echo "${YELLOW} FINISHING UP ${NC}" echo "${YELLOW} FINISHING UP ${NC}"