From 94c82dd33cb77c99facd3333b1a1b0cfb404f81c Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 6 Feb 2023 09:27:13 -0500 Subject: [PATCH] Update shinobi-v5-install.sh --- install/shinobi-v5-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/shinobi-v5-install.sh b/install/shinobi-v5-install.sh index 58687086..29af4e26 100644 --- a/install/shinobi-v5-install.sh +++ b/install/shinobi-v5-install.sh @@ -71,6 +71,12 @@ RESOLVEDIP=$(getent hosts github.com | awk '{ print $1 }') if [[ -z "$RESOLVEDIP" ]]; then msg_error "DNS Lookup Failure"; else msg_ok "DNS Resolved github.com to ${BL}$RESOLVEDIP${CL}"; fi set -e +CODENAME=$(cat /etc/*release | grep "UBUNTU_CODENAME" | awk '{print substr($1, 17, length($1)) }') +cat </etc/apt/sources.list +deb http://mirror.genesisadaptive.com/ubuntu/ $CODENAME main +deb-src http://mirror.genesisadaptive.com/ubuntu/ $CODENAME main +EOF + msg_info "Updating Container OS" $STD apt-get update --fix-missing $STD apt-get -y upgrade