From f62684fb81a8044a68481fcddea5c99646d68fe7 Mon Sep 17 00:00:00 2001 From: dimon Date: Wed, 21 Aug 2024 13:08:48 +0000 Subject: [PATCH] Update 'setup_programs.sh' --- setup_programs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup_programs.sh b/setup_programs.sh index 7fd4339..684d8bc 100644 --- a/setup_programs.sh +++ b/setup_programs.sh @@ -1,5 +1,8 @@ #!/bin/sh +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