Update install.sh

This commit is contained in:
Jan 2021-12-16 16:09:25 +01:00 committed by GitHub
parent 67f51d0a3a
commit eeef988d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
cd /var/www/html
git clone $GITURL sui
shopt -s dotglob
mv sui/* .
rm -rf sui
echo "pulled update"