From abf18784d11803de2fa5a0e9a9ec2043160186a9 Mon Sep 17 00:00:00 2001 From: 1kamma <44523436+1kamma@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:06:47 +0300 Subject: [PATCH] --- saretlinux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/saretlinux.sh b/saretlinux.sh index c2d52e1..b9c226d 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -3,6 +3,7 @@ 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)"' ]; then echo $s