lsb-release

This commit is contained in:
2022-06-18 17:05:53 +03:00
parent a8ea249656
commit 6a4f9d1fe7

View File

@@ -1,5 +1,5 @@
sudo apt -y update sudo apt -y update
sudo apt -y install wget nano curl zsh git --allow-unauthenticated sudo apt -y install wget nano curl zsh git lsb-release--allow-unauthenticated
if [ "$(ls /etc/sudoers.d |grep saret)" != "saret" ]; then if [ "$(ls /etc/sudoers.d |grep saret)" != "saret" ]; then
sudo printf "saret\tALL=(ALL) NOPASSWD:ALL" >/etc/sudoers.d/saret sudo printf "saret\tALL=(ALL) NOPASSWD:ALL" >/etc/sudoers.d/saret
fi fi