diff --git a/Config/OScheck.sh b/Config/OScheck.sh index 10ff92b..eed16b3 100644 --- a/Config/OScheck.sh +++ b/Config/OScheck.sh @@ -13,9 +13,9 @@ dist_ver="${dist_ver//\"}" # Check OS # ##-----------## -if [[ $dist != debian ]] && [[ $dist != alpine ]]; then +if [[ $dist != debian ]] && [[ $dist != raspbian ]] && [[ $dist != alpine ]]; then echo $dist - whiptail --title "Error" --msgbox "Only Debian or Alpine are supported!" 8 78 + whiptail --title "Error" --msgbox "Only Debian/Raspbian or Alpine are supported!" 8 78 clear exit else