From b3802a8994821fcfe1932054d23c20f7bd099c23 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Mon, 7 Dec 2015 15:56:55 +0100 Subject: [PATCH] rangitaki in lowercase --- update-scripts/1-0-0_1-1-0.sh | 4 ++-- update-scripts/1-1-0_1-1-1.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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