diff --git a/update-scripts/1-0-0_1-1-0.sh b/update-scripts/1-0-0_1-1-0.sh index 38c2008..20570a5 100644 --- a/update-scripts/1-0-0_1-1-0.sh +++ b/update-scripts/1-0-0_1-1-0.sh @@ -10,8 +10,8 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then wget -c https://github.com/mmk2410/Rangitaki/archive/v1.1.0.zip unzip v1.1.0.zip rm v1.1.0.zip - mv ./Rangitaki-1.1.0/* ./ - rm ./Rangitaki-1.1.0 + mv ./rangitaki-1.1.0/* ./ + rm ./rangitaki-1.1.0 cd ../ || exit # Creating temporary directory mkdir rbe-tmp diff --git a/update-scripts/1-1-0_1-1-1.sh b/update-scripts/1-1-0_1-1-1.sh index 0a2de27..3250530 100644 --- a/update-scripts/1-1-0_1-1-1.sh +++ b/update-scripts/1-1-0_1-1-1.sh @@ -10,8 +10,8 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then wget -c https://github.com/mmk2410/Rangitaki/archive/v1.1.1.zip unzip v1.1.1.zip rm v1.1.1.zip - mv ./Rangitaki-1.1.1/* ./ - rm ./Rangitaki-1.1.1 + mv ./rangitaki-1.1.1/* ./ + rm ./rangitaki-1.1.1 cd ../ || exit # Creating temporary directory mkdir rbe-tmp