Skip to content

Commit

Permalink
Update menu-apps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Beesoc authored May 16, 2023
1 parent 6c639f4 commit f173ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/menu-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ main() {
printf "\\n ${RED}[!!!] ${YW}IMPORTANT CHOICE ${RED}[!!!]\\n "
printf "\\n ${CY}Enter the ${WT}C ${CY}key to continue for ${GN}ANYTHING EXCEPT$CY a Pwnagotchi.\\n"
printf " $GN----> ${CY}If you're using a Pwnagotchi, enter P to continue.$NC\\n$CY"
printf "\\n $RED[!!!] ${YW}DONT UPDATE/UPGRADE A PWNAGOTCHI, ENTER P $RED[!!!]$NC\\n"
printf "\\n ${RED}[!!!] ${YW}DONT UPDATE/UPGRADE A PWNAGOTCHI, ENTER P ${RED}[!!!]$NC\\n"
printf "\\n $WT[P]${GN}wnagotchi ${CY}or $WT[C]${GN}ontinue ${CY}with ANY other Linux distro? ----> "
read -n 1 -r installchoice
if [[ $installchoice == "c" ]] || [[ $installchoice == "C" ]]; then
Expand Down

0 comments on commit f173ad5

Please sign in to comment.