This commit is contained in:
2022-06-19 21:06:54 +03:00
parent fc24a4a906
commit 8f52158769

View File

@@ -7,7 +7,7 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then
sudo reboot
fi
sudo apt -y update
sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated
sudo apt -y install wget nano curl zsh git lsb-release htop apt-transport-https --allow-unauthenticated
if [ "$(ls /etc/sudoers.d |grep saret)" != "saret" ]; then
sudo tee /etc/sudoers.d/saret <<EOF
saret ALL=(ALL) NOPASSWD:ALL