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 _