artix

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

commit f28a7d36c064771d83f2d35078bcab9681bd66c2
parent 73b82c22d39580458ec9bad544407c874ea0aad5
Author: awy <awy@awy.one>
Date:   Tue,  5 Nov 2024 14:47:22 +0300

dev

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

diff --git a/install.sh b/install.sh @@ -79,7 +79,7 @@ getUserData(){ printf "Enter comma-separated partition numbers (e.g., 5,6 for 5 boot 6 root): " read -r partitions root_drive="$disk_drive${partitions%% *}" - boot_drive="$disk_drive${partitions## *}" + boot_drive="$disk_drive${partitions##* }" while true; do clear title