Browse Source

Fixed device prompt

main
Yigit Colakoglu 4 years ago
parent
commit
a70a18d956
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      yaass.sh

+ 2
- 2
yaass.sh View File

@ -55,7 +55,7 @@ banner(){
printf " dP 88 88 88 88 Y88888P Y88888P\n" printf " dP 88 88 88 88 Y88888P Y88888P\n"
printf "${NC}" printf "${NC}"
printf " ${PURPLE}Yeet's Automated Arch Setup Script${NC}" printf " ${PURPLE}Yeet's Automated Arch Setup Script${NC}"
printf "\n"
printf "\n\n"
} }
@ -104,7 +104,7 @@ fi
# Disk setup # Disk setup
lsblk 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)" info "Installing to $device... (Enter to continue)"
read -r _ read -r _


Loading…
Cancel
Save