diff --git a/saretlinux.sh b/saretlinux.sh index b9c226d..94a190d 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -2,6 +2,7 @@ sudo apt -y update sudo apt -y install wget nano curl zsh git --allow-unauthenticated sudo printf "saret\tALL=(ALL) NOPASSWD:ALL" >/etc/sudoers.d/saret s=$(grep -i "VERSION=" /etc/os-release) + echo $s if [ "$s" = 'VERSION="9 (stretch)"' ];