apt-transport-https

This commit is contained in:
2022-06-18 17:11:56 +03:00
parent 35a82fb68a
commit 405feaa09a

View File

@@ -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