Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-06 01:54:38 +03:00
parent a640bbdb5a
commit 6f98c16505
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ pctCreateAlpine(){
}
pctCreateDebian(){
local TEMPLATE
getLatestTemplate debian TEMPLATE
getLatestTemplate 'debian-*-standard' TEMPLATE
pctCreate $1 "$TEMPLATE" "$2" "$3"

View File

@ -39,7 +39,6 @@ REBOOT=${REBOOT:=1}
readVars
xread "ssh user name: " USER
#----------------------------------------------------------------------
@ -74,6 +73,7 @@ echo "# Setup: sshd..."
@ lxc-attach $ID -- systemctl enable ssh.socket --now
echo "# Setup: user..."
xread "ssh user name: " USER
@ lxc-attach $ID adduser $USER
echo "# Post config..."