artix

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

commit a62ab4e8dd1fe482a20953f537f28c749876a179
parent 2f588308ff16b3ca6d3fce896be5a625071ac9c8
Author: awy <awy@awy.one>
Date:   Sun,  6 Jul 2025 20:05:25 +0300

fixes

Diffstat:
Minstall.sh | 2+-
Mpost_chroot.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh @@ -106,7 +106,7 @@ getuserdata() break ;; n|N) encryption=0 - exit 1 ;; + break ;; *) echo "Invalid response. Please enter 'y' or 'n'." && sleep 3 ;; esac diff --git a/post_chroot.sh b/post_chroot.sh @@ -78,7 +78,7 @@ customkernel() cd "linux" mv /usr/src/.config .config sed -i -e '/^CONFIG_CMDLINE="root=.*/c\' -e "CONFIG_CMDLINE=\"root=UUID=$UUID_ROOT init=/sbin/dinit-init\"" .config - pacman -S bc perl make diffutils clang llvm lld rsync --noconfirm + pacman -S bc perl make diffutils clang flex bison python3 llvm lld rsync --noconfirm export CC=clang HOSTCC=clang LLVM=1 LLVM_IAS="1" CFLAGS="-O3 -march=native -pipe" KCFLAGS="-O3 -march=native -pipe" make olddefconfig make menuconfig