artix

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

commit 427ed9eae5dc4b1f345c47ab5be7414d6b3e49bc
parent a62ab4e8dd1fe482a20953f537f28c749876a179
Author: awy <awy@awy.one>
Date:   Fri, 25 Jul 2025 02:32:03 +0300

change prompt

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

diff --git a/install.sh b/install.sh @@ -68,7 +68,7 @@ getuserdata() read -r hostname printf "Choose Linux Kernel:\n1. Default kernel\n2. Zen kernel\n3. Custom kernel\nYour choose: " read -r kerneltype - printf "Enter disk label (e.g. sda, nvme0n1p <- p is mandatory in nvme case): " + printf "Enter disk label (e.g. sda, nvme0n1): " read -r diskdrive printf "Enter space-separated partition numbers (e.g., 5 6 for 5 boot 6 root): " read -r partitions