From a70a18d956e1758db9315f9230255de47de70da4 Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Mon, 12 Apr 2021 11:45:17 +0300 Subject: [PATCH] Fixed device prompt --- yaass.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaass.sh b/yaass.sh index bed0e03..d3a1467 100755 --- a/yaass.sh +++ b/yaass.sh @@ -55,7 +55,7 @@ banner(){ printf " dP 88 88 88 88 Y88888P Y88888P\n" printf "${NC}" printf " ${PURPLE}Yeet's Automated Arch Setup Script${NC}" - printf "\n" + printf "\n\n" } @@ -104,7 +104,7 @@ fi # Disk setup lsblk -device=$(prompt "What is the install device: ") +device="/dev/$(prompt "What is the install device (Just provide the name, do not input /dev/sda etc.): ")" info "Installing to $device... (Enter to continue)" read -r _