From b96d6c6ad7db38784a4d842cc965c84380f194c5 Mon Sep 17 00:00:00 2001 From: 1kamma <44523436+1kamma@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:08:37 +0300 Subject: [PATCH] --- saretlinux.sh | 1 + 1 file changed, 1 insertion(+) 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)"' ];