From a79ecedb80fa92f4d27c5dd78f858b8ce287f64d Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 6 Feb 2023 15:14:43 -0500 Subject: [PATCH] revert change archive mirrors for Ubuntu (#1028) * revert change archive mirrors for Ubuntu --- install/deconz-v5-install.sh | 6 ------ install/emby-v5-install.sh | 6 ------ install/jellyfin-v5-install.sh | 6 ------ install/omada-v5-install.sh | 6 ------ install/plex-v5-install.sh | 6 ------ install/shinobi-v5-install.sh | 6 ------ install/ubuntu-v5-install.sh | 6 ------ 7 files changed, 42 deletions(-) diff --git a/install/deconz-v5-install.sh b/install/deconz-v5-install.sh index 6a7f82a7..6b90e28a 100644 --- a/install/deconz-v5-install.sh +++ b/install/deconz-v5-install.sh @@ -71,12 +71,6 @@ 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 $STD apt-get -y upgrade diff --git a/install/emby-v5-install.sh b/install/emby-v5-install.sh index fff7abed..56778328 100644 --- a/install/emby-v5-install.sh +++ b/install/emby-v5-install.sh @@ -71,12 +71,6 @@ 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 $STD apt-get -y upgrade diff --git a/install/jellyfin-v5-install.sh b/install/jellyfin-v5-install.sh index e7633690..07fba79a 100644 --- a/install/jellyfin-v5-install.sh +++ b/install/jellyfin-v5-install.sh @@ -71,12 +71,6 @@ 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 $STD apt-get -y upgrade diff --git a/install/omada-v5-install.sh b/install/omada-v5-install.sh index b56d4564..52c3eaad 100644 --- a/install/omada-v5-install.sh +++ b/install/omada-v5-install.sh @@ -71,12 +71,6 @@ 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 $STD apt-get -y upgrade diff --git a/install/plex-v5-install.sh b/install/plex-v5-install.sh index 660fa292..c9aa4532 100644 --- a/install/plex-v5-install.sh +++ b/install/plex-v5-install.sh @@ -71,12 +71,6 @@ 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 $STD apt-get -y upgrade diff --git a/install/shinobi-v5-install.sh b/install/shinobi-v5-install.sh index 29af4e26..58687086 100644 --- a/install/shinobi-v5-install.sh +++ b/install/shinobi-v5-install.sh @@ -71,12 +71,6 @@ 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 diff --git a/install/ubuntu-v5-install.sh b/install/ubuntu-v5-install.sh index 6547ca36..ad0773de 100644 --- a/install/ubuntu-v5-install.sh +++ b/install/ubuntu-v5-install.sh @@ -71,12 +71,6 @@ 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 $STD apt-get -y upgrade