From 461b735010d73169442fa2f88fbeaf1934a9dc15 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 1 May 2023 06:58:49 +0200 Subject: [PATCH] add sudoers --- makeanything.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makeanything.sh b/makeanything.sh index 90a2d97..7e1cc1f 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -96,7 +96,8 @@ apt install -y --no-install-recommends \\ ### set root password echo -e "debian\ndebian" | (passwd root) ### add debian user -useradd -m -U -s /bin/bash debian +#useradd -m -U -s /bin/bash debian +echo -e "debian\ndebian\n\n\n\n\n\n\n" | (adduser -q debian) ### set password echo -e "debian\ndebian" | (passwd debian) ### Configure timezone and locale