mirror of https://github.com/tteck/Proxmox.git
install.func
This commit is contained in:
parent
00faa4a7c5
commit
5b3f4ff31d
|
@ -353,7 +353,7 @@ build_container() {
|
|||
fi
|
||||
TEMP_DIR=$(mktemp -d)
|
||||
pushd $TEMP_DIR >/dev/null
|
||||
export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian2.func)
|
||||
export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/install.func)
|
||||
export tz=$timezone
|
||||
export ST=$FUSE
|
||||
export DISABLEIPV6=$DISABLEIP6
|
||||
|
|
Loading…
Reference in New Issue