Update 'setup_programs.sh'

This commit is contained in:
dimon 2024-08-21 13:08:48 +00:00
parent bae0ad1b86
commit f62684fb81

View File

@ -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