From 3630c84c1337b2d2d8057eb8664fac4ec57ec723 Mon Sep 17 00:00:00 2001 From: dimon Date: Wed, 21 Aug 2024 13:19:12 +0000 Subject: [PATCH] Update 'setup_programs.sh' --- setup_programs.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup_programs.sh b/setup_programs.sh index 41b34fd..7fd4339 100644 --- a/setup_programs.sh +++ b/setup_programs.sh @@ -1,10 +1,5 @@ #!/bin/sh -apt-get update -apt-get install -y gpg-agent -gpg --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C -gpg --export --armor 871920D1991BC93C | apt-key add - && apt-get update - # Update Software repository apt update apt full-upgrade -y