From 66d4d53ed822ccdff3909e175b7ecf216032b8cf Mon Sep 17 00:00:00 2001 From: Miguel Muniz Date: Tue, 23 Jul 2024 07:57:25 -0700 Subject: [PATCH] more debugging fixes --- .gitignore | 1 + ct/gitea.sh | 2 -- misc/install.func | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8f5fd87c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.history diff --git a/ct/gitea.sh b/ct/gitea.sh index 2b036869..e8bc3971 100644 --- a/ct/gitea.sh +++ b/ct/gitea.sh @@ -70,9 +70,7 @@ exit } start -msg_ok "start\n" build_container -msg_ok "container\n" description msg_ok "Completed Successfully!\n" diff --git a/misc/install.func b/misc/install.func index 660ea2c4..778b88f0 100644 --- a/misc/install.func +++ b/misc/install.func @@ -198,6 +198,6 @@ EOF systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') msg_ok "Customized Container" fi - echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update + echo "bash -c \"\$(wget -qLO - https://github.com/Rogue-King/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update chmod +x /usr/bin/update }