From 6bb73a755d743d7e15061f9a1c11c6c5bb0a710d Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 5 Nov 2024 11:55:01 +0100 Subject: [PATCH] create-lx-container.sh: modify info atthe end of installation. --- create-lx-container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create-lx-container.sh b/create-lx-container.sh index 47a7b20..bde8ec3 100755 --- a/create-lx-container.sh +++ b/create-lx-container.sh @@ -2811,6 +2811,7 @@ if [[ "$LXC_DIST" = "ubuntu" ]]; then fi info " Inside the new Contaimer, run the following commands to create/adjust users: \033[1madd_new_user.sh root + apt install sudo vim git mc add_new_user.sh chris add_new_user.sh sysadm add_new_user.sh back\033[m"