summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e75462d..1c91950 100644
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,6 @@
cd /var/www/html
git clone $GITURL sui
+shopt -s dotglob
mv sui/* .
rm -rf sui
echo "pulled update"