From 5a96e21bc03449722d2d382ff45692f7fa7418c1 Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Mon, 12 Apr 2021 11:50:05 +0300 Subject: [PATCH] Fixed typoe --- yaass.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaass.sh b/yaass.sh index d3a1467..e5b0cc4 100755 --- a/yaass.sh +++ b/yaass.sh @@ -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