Update 'setup_programs.sh'
This commit is contained in:
parent
f62684fb81
commit
0ebae966c6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user