rangitaki in lowercase
This commit is contained in:
parent
d8461432be
commit
b3802a8994
2 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then
|
||||||
wget -c https://github.com/mmk2410/Rangitaki/archive/v1.1.0.zip
|
wget -c https://github.com/mmk2410/Rangitaki/archive/v1.1.0.zip
|
||||||
unzip v1.1.0.zip
|
unzip v1.1.0.zip
|
||||||
rm v1.1.0.zip
|
rm v1.1.0.zip
|
||||||
mv ./Rangitaki-1.1.0/* ./
|
mv ./rangitaki-1.1.0/* ./
|
||||||
rm ./Rangitaki-1.1.0
|
rm ./rangitaki-1.1.0
|
||||||
cd ../ || exit
|
cd ../ || exit
|
||||||
# Creating temporary directory
|
# Creating temporary directory
|
||||||
mkdir rbe-tmp
|
mkdir rbe-tmp
|
||||||
|
|
|
@ -10,8 +10,8 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then
|
||||||
wget -c https://github.com/mmk2410/Rangitaki/archive/v1.1.1.zip
|
wget -c https://github.com/mmk2410/Rangitaki/archive/v1.1.1.zip
|
||||||
unzip v1.1.1.zip
|
unzip v1.1.1.zip
|
||||||
rm v1.1.1.zip
|
rm v1.1.1.zip
|
||||||
mv ./Rangitaki-1.1.1/* ./
|
mv ./rangitaki-1.1.1/* ./
|
||||||
rm ./Rangitaki-1.1.1
|
rm ./rangitaki-1.1.1
|
||||||
cd ../ || exit
|
cd ../ || exit
|
||||||
# Creating temporary directory
|
# Creating temporary directory
|
||||||
mkdir rbe-tmp
|
mkdir rbe-tmp
|
||||||
|
|
Reference in a new issue