Skip to content

Commit 0956624

Browse files
committed
Some small fix for v30
Some small fix for v30
1 parent fb71ee4 commit 0956624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nextcloud-ins.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ echo "Apache, PHP, MariaDB, ddclient, Let's encrypt and more."
14991499
echo ""
15001500
echo -e "You may add some variables like -lang=, -mail=, -dm=, -nv= and -fdir="
15011501
echo "There are also two independent variables: -backup, -restore="
1502-
echo "thay should be used individually only."
1502+
echo "that should be used individually only."
15031503
echo ""
15041504
echo "Where lang is for language, supported are: Arabic (ar), Chinese (zh),"
15051505
echo "French (fr), Hindi (hi), Polish (pl), Spanish (es) and Ukrainian (uk),"
@@ -2275,7 +2275,6 @@ elif [ "$nv" = "29" ]; then
22752275
echo "Downloading and unpacking Nextcloud v$nv." >> $insl 2>&1
22762276
wget -q https://download.nextcloud.com/server/releases/nextcloud-29.0.7.zip >> $insl 2>&1
22772277
mv nextcloud-29.0.7.zip latest.zip >> $insl 2>&1
2278-
fi
22792278
elif [ "$nv" = "30" ]; then
22802279
echo "Downloading and unpacking Nextcloud v$nv." >> $insl 2>&1
22812280
wget -q https://download.nextcloud.com/server/releases/nextcloud-30.0.0.zip >> $insl 2>&1

0 commit comments

Comments
 (0)