artix

desc
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit dba615fc8c0435fe1e0505e53b722a46669ae862
parent 95058edef8102838da272ba38fc0cdf7699a8f7c
Author: awy <awy@awy.one>
Date:   Sat, 22 Mar 2025 12:56:35 +0300

rm unused groups

Diffstat:
Mpost_chroot.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post_chroot.sh b/post_chroot.sh @@ -87,7 +87,7 @@ Exec = /usr/bin/ln -sfT dash /usr/bin/sh Depends = dash EOL -useradd -m -g users -G wheel,storage,power -s /bin/zsh "$username" +useradd -m -g wheel -s /bin/zsh "$username" echo "root:$rootpass" | chpasswd echo "$username:$userpass" | chpasswd