artix

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

commit cc238a07c22b19ea22501a4c635703e4a68c7f93
parent 433b17362b98c2dda5a09f77d0901bbda496c35f
Author: awy <awy@awy.one>
Date:   Thu, 10 Apr 2025 15:23:07 +0300

fix

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

diff --git a/install.sh b/install.sh @@ -33,7 +33,7 @@ binkernel() *) printf "Invalid kernel" && exit 1 ;; esac if [ "$encryption" = 1 ]; then - basestrap /mnt cryptsetup lvm2 lvm2-dinit ;; + basestrap /mnt cryptsetup lvm2 lvm2-dinit fi }