artix

posix artix installation script
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit 0c340c6d952f9774320c468db7d817850b461760
parent 933c67585cf37dcaef56c9dd0840eda02b12d978
Author: awy <awy@awy.one>
Date:   Thu,  8 May 2025 19:50:18 +0300

fix

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

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