From ef10d3c18f12a76b7f74118140c58c4852afefed Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 08:05:17 -0500 Subject: [PATCH] Fix broken download --- jra_nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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