Skip to content

Commit a8bd563

Browse files
authored
Update install.sh
1 parent 026f901 commit a8bd563

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
33

44
wget http://iscn.kirito.moe/run.sh
55

6-
bash run.sh
6+
. ./run.sh
77
if [[ $area == cn ]];then
8-
exit
8+
echo "Unable to install in china"
9+
exit
910
fi
1011

1112
#Check Root

0 commit comments

Comments
 (0)