From 79b29951d7fd2e23db42b31b6a90cc5750454bd0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 16 Jan 2024 22:29:34 -0500 Subject: [PATCH] Update alpine-install.func moved to `build.func` --- misc/alpine-install.func | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 16bde1d4..3820d637 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -71,10 +71,6 @@ setting_up_container() { echo -e " 🖧 Check Network Settings" exit 1 fi - cat </etc/apk/repositories -https://dl-cdn.alpinelinux.org/alpine/latest-stable/main -https://dl-cdn.alpinelinux.org/alpine/latest-stable/community -EOF msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(ip addr show | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1 | tail -n1)${CL}" }