artix

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

commit 95058edef8102838da272ba38fc0cdf7699a8f7c
parent 6fe420a26860bec955ab182c35669021fa31851b
Author: awy <awy@awy.one>
Date:   Thu, 20 Mar 2025 19:45:38 +0300

fix

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

diff --git a/post_chroot.sh b/post_chroot.sh @@ -106,7 +106,7 @@ echo "Include = /etc/pacman.d/mirrorlist-arch" >> /etc/pacman.conf pacman -Sy --noconfirm pacman -S sudo --noconfirm -echo "%wheel ALL=(ALL:ALL) ALL" >/etc/sudoers.d/00--wheel-can-sudo +echo "%wheel ALL=(ALL:ALL) ALL" >/etc/sudoers.d/00-wheel-can-sudo echo "%wheel ALL=(ALL:ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/pacman -Syyuw --noconfirm,/usr/bin/pacman -S -y --config /etc/pacman.conf --,/usr/bin/pacman -S -y -u --config /etc/pacman.conf --" >/etc/sudoers.d/01-cmds-without-password echo "Defaults editor=/usr/bin/nvim" >/etc/sudoers.d/02-visudo-editor