commit 40ca6a33b46d99df10df8574b24c40725623f3e7 parent 4ff84da23d4f62a58c9471757e05ff84df7645b2 Author: awy <awy@awy.one> Date: Tue, 5 Nov 2024 14:55:01 +0300 dev Diffstat:
M | install.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.sh b/install.sh @@ -77,8 +77,8 @@ getUserData(){ read -r disk_drive 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##* }" + root_drive="$disk_drive${partitions##* }" + boot_drive="$disk_drive${partitions%% *}" while true; do clear title