Browse Source

Fixed typoe

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

+ 2
- 2
yaass.sh View File

@ -54,7 +54,7 @@ banner(){
printf " 88 88 88 88 88 d8' .8P d8' .8P\n"
printf " dP 88 88 88 88 Y88888P Y88888P\n"
printf "${NC}"
printf " ${PURPLE}Yeet's Automated Arch Setup Script${NC}"
printf " ${PURPLE}Yeet's Automated Arch Setup Script${NC}"
printf "\n\n"
}
@ -170,7 +170,7 @@ clear
info "Formatting boot partition"
mkfs.fat -F32 "$boot"
encryption=$(prompt "Would you like to enrypt your disks?(y/N): ")
encryption=$(prompt "Would you like to encrypt your disks?(y/N): ")
if [ "$encryption" = "y" ]; then
clear


Loading…
Cancel
Save