Add files via upload

This commit is contained in:
Sam Heinz
2024-04-08 12:24:56 +10:00
committed by GitHub
parent 932b69a8c4
commit 20c2bd9e3a
4 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -178,6 +178,6 @@ PCT_OPTIONS=(${PCT_OPTIONS[@]:-${DEFAULT_PCT_OPTIONS[@]}})
# Create container
msg_info "Creating LXC Container"
pct create $CTID ${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE} ${PCT_OPTIONS[@]} >/dev/null ||
pct create $CTID /var/lib/vz/template/cache/debian_12_arm64.tar.xz ${PCT_OPTIONS[@]} >/dev/null ||
exit "A problem occured while trying to create container."
msg_ok "LXC Container ${BL}$CTID${CL} ${GN}was successfully created."
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
source ./build.func
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT