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 }