From 9343b9a115ef5b04f5e24aaced61001761d0c238 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Sun, 22 Nov 2015 18:31:14 +0100 Subject: [PATCH] update script --- update-scripts/1-0-0_1-1-0.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) mode change 100755 => 100644 update-scripts/1-0-0_1-1-0.sh diff --git a/update-scripts/1-0-0_1-1-0.sh b/update-scripts/1-0-0_1-1-0.sh old mode 100755 new mode 100644 index 23526d6..38c2008 --- a/update-scripts/1-0-0_1-1-0.sh +++ b/update-scripts/1-0-0_1-1-0.sh @@ -5,7 +5,14 @@ echo "WARNING: You're about to install a testing version of Rangitaki." read -r -p "Do you want to continue? (y/N) " answer if [[ "$answer" == "y" || "$answer" == "Y" ]]; then # Getting the up to date version - git clone https://github.com/mmk2410/rangitaki/ ./rbe-new + mkdir ./rbe-new + cd ./rbe-new || exit + 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 + cd ../ || exit # Creating temporary directory mkdir rbe-tmp # Updating rcc