diff --git a/py3_install.sh b/py3_install.sh index 6cdce26..edd941a 100644 --- a/py3_install.sh +++ b/py3_install.sh @@ -71,6 +71,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