Update alpine-docker.sh

This commit is contained in:
tteckster 2023-05-10 19:03:22 -04:00 committed by GitHub
parent 7720f1a889
commit 0e5933bdae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -31,7 +31,7 @@ catch_errors
function default_settings() {
CT_TYPE="1"
PW=""
PW="-cmode shell"
CT_ID=$NEXTID
HN=$NSAPP
DISK_SIZE="$var_disk"