Update 'setup_programs.sh'
This commit is contained in:
parent
bae0ad1b86
commit
f62684fb81
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
gpg --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C
|
||||||
|
gpg --export --armor 871920D1991BC93C | apt-key add - && apt-get update
|
||||||
|
|
||||||
# Update Software repository
|
# Update Software repository
|
||||||
apt update
|
apt update
|
||||||
apt full-upgrade -y
|
apt full-upgrade -y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user