This commit is contained in:
1kamma
2022-06-18 16:08:37 +03:00
committed by GitHub
parent abf18784d1
commit b96d6c6ad7

View File

@@ -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)"' ];