From 0cb7754ce2814c10b7dc655ac13f604afe4dfddb Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 10 May 2023 17:01:59 -0400 Subject: [PATCH] Update debian.sh --- ct/debian.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/debian.sh b/ct/debian.sh index b67a0a26..cdc76cf3 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/dev/misc/build.func) # Copyright (c) 2021-2023 tteck # Author: tteck (tteckster) # License: MIT @@ -30,7 +30,7 @@ catch_errors function default_settings() { CT_TYPE="1" - PW="" + PW="-cmode shell" CT_ID=$NEXTID HN=$NSAPP DISK_SIZE="$var_disk" @@ -64,4 +64,4 @@ start build_container description -msg_ok "Completed Successfully!\n" \ No newline at end of file +msg_ok "Completed Successfully!\n"