diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 2b499d8..dac8b69 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -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