diff --git a/update-scripts/1-2-1_1-3-0.sh b/update-scripts/1-2-1_1-3-0.sh index 8dacf41..0f9cd5d 100755 --- a/update-scripts/1-2-1_1-3-0.sh +++ b/update-scripts/1-2-1_1-3-0.sh @@ -9,7 +9,7 @@ conf="./config.php" echo "Downloading version $version from GitHub..." mkdir $new cd $new || exit -wget -c https://github.com/mmk2410/Rangitaki/archive/"$version".zip +wget -c https://github.com/mmk2410/Rangitaki/archive/v"$version".zip echo "Extracting" unzip v"$version".zip