mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 08:49:17 +00:00
refactor: 🚚 Changed path to user repo
This commit is contained in:
parent
70e65f2d87
commit
38aa6ad53e
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
source <(curl -s https://github.com/jkrgr0/ProxmoxVE/raw/refs/heads/feature/2fauth/misc/install.func)
|
||||
source <(curl -s https://raw.githubusercontent.com/jkrgr0/ProxmoxVE/refs/heads/feature/2fauth/misc/install.func)
|
||||
# Copyright (c) 2021-2024 community-scripts ORG
|
||||
# Author: jkrgr0
|
||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||
|
@ -253,6 +253,6 @@ EOF
|
||||
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||
msg_ok "Customized Container"
|
||||
fi
|
||||
echo "bash -c \"\$(wget -qLO - https://github.com/jkrgr0/ProxmoxVE/raw/refs/heads/feature/2fauth/ct/${APP}.sh)\"" >/usr/bin/update
|
||||
echo "bash -c \"\$(wget -qLO - https://raw.githubusercontent.com/jkrgr0/ProxmoxVE/refs/heads/feature/2fauth/ct/${APP}.sh)\"" >/usr/bin/update
|
||||
chmod +x /usr/bin/update
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user