From 9c53c5f37debb396db972e5a69b2e84d6b7c9acb Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 16 Jun 2022 00:19:43 -0400 Subject: [PATCH] Update focal.sh --- ubuntu/focal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/focal.sh b/ubuntu/focal.sh index cd56426..4251f3e 100644 --- a/ubuntu/focal.sh +++ b/ubuntu/focal.sh @@ -6,6 +6,7 @@ sudo apt autoremove -y sudo apt autoclean #Add repo +sudo apt install curl -y curl --proxy http://127.0.0.1:8082/ --tlsv1.3 --proto =https --max-time 180 --output ~/unman.pub https://raw.githubusercontent.com/unman/unman/master/unman.pub sudo apt-key add ~/unman.pub echo "deb https://qubes.3isec.org/4.0 focal main" | sudo tee -a /etc/apt/sources.list