From 8df887afdccff6a1992225046132fcc336a5e5ca Mon Sep 17 00:00:00 2001 From: Frank Alvarado Date: Tue, 11 Jun 2024 00:28:19 -0500 Subject: [PATCH] cleanup --- ct/mylar3.sh | 2 +- misc/build.func | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/mylar3.sh b/ct/mylar3.sh index 3d58d5c0..65808bf5 100644 --- a/ct/mylar3.sh +++ b/ct/mylar3.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/frank-alvarado/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/misc/build.func b/misc/build.func index fe9bf9fb..7a5bffd5 100644 --- a/misc/build.func +++ b/misc/build.func @@ -636,7 +636,7 @@ http://dl-cdn.alpinelinux.org/alpine/v3.19/community EOF' pct exec "$CTID" -- ash -c "apk add bash >/dev/null" fi - lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/frank-alvarado/Proxmox/main/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit }