File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 55# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
66# Source: https://github.com/wanetty/upgopher
77
8- # TEMP: Load functions from personal fork for testing
9- if ! command -v curl > /dev/null 2>&1 ; then
10- apt-get update > /dev/null 2>&1
11- apt-get install -y curl > /dev/null 2>&1
12- fi
13-
14- source <( curl -fsSL https://raw.githubusercontent.com/wanetty/ProxmoxVED/add-upgopher/misc/core.func)
15- source <( curl -fsSL https://raw.githubusercontent.com/wanetty/ProxmoxVED/add-upgopher/misc/error_handler.func)
16- load_functions
17- catch_errors
18-
19- # Load tools.func that contains fetch_and_deploy_gh_release
20- source <( curl -fsSL https://raw.githubusercontent.com/wanetty/ProxmoxVED/add-upgopher/misc/tools.func)
21-
22- verb_ip6 () {
23- set_std_mode
24- if [ " $DISABLEIPV6 " == " yes" ]; then
25- echo " net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
26- $STD sysctl -p
27- fi
28- }
29-
8+ source /dev/stdin <<< " $FUNCTIONS_FILE_PATH"
9+ color
3010verb_ip6
11+ catch_errors
3112setting_up_container
3213network_check
3314update_os
You can’t perform that action at this time.
0 commit comments