Fix broken download

This commit is contained in:
Luis Guzmán 2020-04-11 08:05:17 -05:00
parent 625cf13153
commit ef10d3c18f
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ systemctl reload nginx
echo "
Latest version to be installed: $STABLEVERSION
"
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/$STABLEVERSION.zip
unzip -q $STABLEVERSION.zip
sudo mv nextcloud $NC_PATH