Skip to content

Commit

Permalink
add raspbian support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Mar 27, 2019
1 parent 1e4d72d commit 6b49430
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multi-v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ checkSys() {
elif [[ $(cat /etc/issue | grep Ubuntu) ]];then
OS='Ubuntu'
PACKAGE_MANAGER='apt-get'
elif [[ $(cat /etc/issue | grep Raspbian) ]];then
OS='Raspbian'
PACKAGE_MANAGER='apt-get'
else
colorEcho ${RED} "Not support OS, Please reinstall OS and retry!"
exit 1
Expand Down

0 comments on commit 6b49430

Please sign in to comment.