From df708f5d92158e7f9febc75905c0e2a95937c45d Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 17 Oct 2020 21:48:22 +0200 Subject: [PATCH] typo 2 --- apps/bpytop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bpytop.sh b/apps/bpytop.sh index e7aa1306..d6c17c4c 100644 --- a/apps/bpytop.sh +++ b/apps/bpytop.sh @@ -60,7 +60,7 @@ You can check out their Gihub repo here: https://github.com/aristocratos/bpytop/ # Ask for aliases if [ -f /root/.bash_aliases ] then - if yesno_box_yes "You you want to add an alias for bpytop to replace both htop and top?" + if yesno_box_yes "Would you like to add an alias for bpytop to replace both htop and top?" then echo "alias top='bpytop'" >> /root/.bash_aliases echo "alias htop='bpytop'" >> /root/.bash_aliases