Browse Source

Fixed prompt

main
Yigit Colakoglu 4 years ago
parent
commit
4fd675c3b0
3 changed files with 5 additions and 3 deletions
  1. +1
    -1
      arch/stage2.sh
  2. +1
    -1
      artix/stage2.sh
  3. +3
    -1
      yaass.sh

+ 1
- 1
arch/stage2.sh View File

@ -34,7 +34,7 @@ error(){
}
prompt(){
printf "[\e[35mPROMPT\e[0m]: %s" "$1"
1>&2 printf "[\e[35mPROMPT\e[0m]: %s" "$1"
read -r ans
printf "%s" "$ans"
}


+ 1
- 1
artix/stage2.sh View File

@ -34,7 +34,7 @@ error(){
}
prompt(){
printf "[\e[35mPROMPT\e[0m]: %s" "$1"
1>&2 printf "[\e[35mPROMPT\e[0m]: %s" "$1"
read -r ans
printf "%s" "$ans"
}


+ 3
- 1
yaass.sh View File

@ -34,7 +34,7 @@ error(){
}
prompt(){
printf "[\e[35mPROMPT\e[0m]: %s" "$1"
1>&2 printf "[\e[35mPROMPT\e[0m]: %s" "$1"
read -r ans
printf "%s" "$ans"
}
@ -65,6 +65,8 @@ ${ORANGE}Author:${NC} Yigit Colakoglu aka. ${BLUE}<===8 Fr1nge 8===>${NC}\n"
exit 0
}
banner
os=""
while [[ $# -gt 0 ]]


Loading…
Cancel
Save