Update script fix
This commit is contained in:
parent
078237c7ec
commit
08ee5eaf39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue