From 405feaa09a84d3bb3c98712ca41612eb56e44968 Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sat, 18 Jun 2022 17:11:56 +0300 Subject: [PATCH] apt-transport-https --- saretlinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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