diff --git a/setup_programs.sh b/setup_programs.sh index 684d8bc..41b34fd 100644 --- a/setup_programs.sh +++ b/setup_programs.sh @@ -1,5 +1,7 @@ #!/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