Skip to content

Commit

Permalink
Syntaxes error correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej-Antipov authored Apr 10, 2019
1 parent 06102b7 commit feb2c4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ if [ $net = 1 ]; then

mkdir -p HybridMode/$string 2>/dev/null


case "$string" in
"10141" ) bstring=18B75; zname="https://github.com/SpiraMira/HybridMode-Public/blob/master/files/18B75/patchedapps/Hybrid-18B75-v1.3.zip?raw=true";;
"10142" ) bstring=18C54; zname-"https://github.com/SpiraMira/HybridMode-Public/blob/master/files/18C54/patchedapps/HybridMode-185C4-v1.4.1.zip?raw=true";;
"10142" ) bstring=18C54; zname="https://github.com/SpiraMira/HybridMode-Public/blob/master/files/18C54/patchedapps/HybridMode-185C4-v1.4.1.zip?raw=true";;
"10143" ) bstring=18D109; zname="https://github.com/SpiraMira/HybridMode-Public/blob/master/files/18D109/patchedapps/Hybrid-18D109-v1.4.2.zip?raw=true";;
"10144" ) bstring=18E226; zname="https://github.com/SpiraMira/HybridMode-Public/blob/master/files/18E226/patchedapps/Hybrid-18E226-v1.4.3.zip?raw=true";;
esac
Expand Down Expand Up @@ -140,6 +141,7 @@ printf ' \n'
fi
fi


if [ $net = 0 ]; then
unzip -o -qq HybridMode.zip
fi
Expand Down

0 comments on commit feb2c4a

Please sign in to comment.