Update Config/OScheck.sh
This commit is contained in:
parent
bf008184dd
commit
d40f6e659f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user