diff --git a/saretlinux.sh b/saretlinux.sh index 3617fc0..9df534c 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -1,5 +1,5 @@ sudo apt -y update -sudo apt -y install wget nano curl zsh git lsb-release --allow-unauthenticated +sudo apt -y install wget nano curl zsh git lsb-release apt-transport-https --allow-unauthenticated if [ "$(ls /etc/sudoers.d |grep saret)" != "saret" ]; then sudo printf "saret\tALL=(ALL) NOPASSWD:ALL" >/etc/sudoers.d/saret fi