From da4bf3d7cab30d4d0b8f432e29a8adc9f1b19893 Mon Sep 17 00:00:00 2001 From: saeedjohar Date: Mon, 25 Nov 2019 14:38:01 +0300 Subject: [PATCH] typo fixed --- ppp_installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppp_installer/install.sh b/ppp_installer/install.sh index 4ae67e0..9c036fd 100755 --- a/ppp_installer/install.sh +++ b/ppp_installer/install.sh @@ -64,7 +64,7 @@ if [ $? -ne 0 ]; then echo "${RED}Download failed${SET}" exit 1; fi -:' +' while [ 1 ] do echo "${YELLOW}Do you have updated kernel? [Y/n] ${SET}"