From d40f6e659ff4f706591f8e20cf4b1838f6b75a7a Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 27 Apr 2024 23:37:48 +0200 Subject: [PATCH] Update Config/OScheck.sh --- Config/OScheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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