...
Code Block |
---|
sudo -i type wget >/dev/null 2>&1 && GIMMEKEY="wget --tries=5 -q -T 20 -O - https://ftp-master.debian.org/keys/archive-key-8.asc" || GIMMEKEY="curl --retry 4 -L -s -m 20 https://ftp-master.debian.org/keys/archive-key-8.asc"; $GIMMEKEY | apt-key add -||$GIMMEKEY | apt-key add -||$GIMMEKEY | apt-key add -; |
**CentOS 8 support has been withdrawn due to CentOS 8 being end of maintenance in 31 Dec 2021, your CentOS target should be CentOS 7 https://wiki.centos.org/About/Product
...
Code Block |
---|
sudo -i type wget >/dev/null 2>&1 && GIMMEKEY="wget --tries=5 -q -T 20 -O - https://ftp-master.debian.org/keys/archive-key-8.asc" || GIMMEKEY="curl --retry 4 -L -s -m 20 https://ftp-master.debian.org/keys/archive-key-8.asc"; $GIMMEKEY | apt-key add -||$GIMMEKEY | apt-key add -||$GIMMEKEY | apt-key add -; |
**CentOS 8 is not supported due to CentOS 8 being end of maintenance in 31 Dec 2021, your CentOS target should be CentOS 7 https://wiki.centos.org/About/Product
...