Update update.sh
This commit is contained in:
@@ -12,7 +12,7 @@ fi
|
|||||||
# Debian OS
|
# Debian OS
|
||||||
if [ -f /etc/debian_version ]; then
|
if [ -f /etc/debian_version ]; then
|
||||||
# upgrade all packages
|
# upgrade all packages
|
||||||
apt upgrade -y
|
apt update; apt upgrade -y
|
||||||
# install the apt-transport-https
|
# install the apt-transport-https
|
||||||
apt install -y apt-transport-https wget
|
apt install -y apt-transport-https wget
|
||||||
# download the gpg key for PBIS-Open
|
# download the gpg key for PBIS-Open
|
||||||
|
|||||||
Reference in New Issue
Block a user