Update script fix

This commit is contained in:
mmk2410 2016-02-16 17:21:41 +01:00
parent 078237c7ec
commit 08ee5eaf39
1 changed files with 1 additions and 1 deletions

View File

@ -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