Browse Source

Fixed banner

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

+ 2
- 2
yaass.sh View File

@ -45,7 +45,7 @@ install_deps(){
} }
banner(){ banner(){
echo "${CYAN}
printf "${CYAN}
dP dP .d888888 .d888888 .d88888b .d88888b dP dP .d888888 .d888888 .d88888b .d88888b
Y8. .8P d8' 88 d8' 88 88. \"' 88. \"' Y8. .8P d8' 88 d8' 88 88. \"' 88. \"'
Y8aa8P 88aaaaa88a 88aaaaa88a \`Y88888b. \`Y88888b. Y8aa8P 88aaaaa88a 88aaaaa88a \`Y88888b. \`Y88888b.
@ -53,7 +53,7 @@ Y8. .8P d8' 88 d8' 88 88. \"' 88. \"'
88 88 88 88 88 d8' .8P d8' .8P 88 88 88 88 88 d8' .8P d8' .8P
dP 88 88 88 88 Y88888P Y88888P dP 88 88 88 88 Y88888P Y88888P
${NC}" ${NC}"
echo " ${PURPLE}Yeet's Automated Arch Setup Script${NC}"
printf " ${PURPLE}Yeet's Automated Arch Setup Script${NC}"
} }
help(){ help(){


Loading…
Cancel
Save