Skip to content

Commit

Permalink
Merge pull request #157 from gehelem/156-update-script-rm-before-update
Browse files Browse the repository at this point in the history
remove old front before installing new ...
  • Loading branch information
gehelem authored Dec 27, 2024
2 parents 082b80e + 5e8295b commit 3542da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_daily.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo apt update
sudo apt install -y ostserver ostmodules

#get ostserver front
sudo rm -rf /var/www/ostserver/*
cd /var/www/ostserver
sudo wget https://github.com/gehelem/ost-front/releases/download/WorkInProgress/html.tar.gz --no-check-certificate
sudo tar -xvf html.tar.gz
Expand Down

0 comments on commit 3542da1

Please sign in to comment.