From e9677f7692d01896ab2ebc969512df3893e419c7 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 28 Jun 2019 09:53:50 +0800 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e7c1457..e03ee0f 100755 --- a/install.sh +++ b/install.sh @@ -148,7 +148,7 @@ install() { run_dialog() { if [[ -x /usr/bin/dialog ]]; then - tui=$(dialog --backtitle "BRUB2 THEMES" \ + tui=$(dialog --backtitle "GRUB2 THEMES" \ --radiolist "Choose your Grub theme : " 15 40 5 \ 1 "Vimix Theme" off \ 2 "Tela Theme" on \