From 6d96de793344ebdcbf4028f5e3a330f431db19e5 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sun, 9 Oct 2022 19:56:20 +0200 Subject: [PATCH] Fixing snowflake (again) --- ct/snowflake_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/snowflake_container.sh b/ct/snowflake_container.sh index a836a5c..98c4c9a 100644 --- a/ct/snowflake_container.sh +++ b/ct/snowflake_container.sh @@ -218,10 +218,10 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/$GITREPO/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/$GITREPO/main/setup_files/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/setup_files/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') msg_ok "Completed Successfully!\n"