From 824064faa99b0f63fd3510661b9fb5332388f672 Mon Sep 17 00:00:00 2001 From: madisetti Date: Sun, 20 Feb 2022 22:46:11 -0500 Subject: [PATCH] Move clear to remove busybox dependency --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ab22448..b245ea2 100755 --- a/install.sh +++ b/install.sh @@ -69,8 +69,6 @@ usage() { } generate() { - clear - # Make a themes directory if it doesn't exist prompt -s "\n Checking for the existence of themes directory..." @@ -115,6 +113,8 @@ install() { # Check for root access and proceed if it is present if [[ "$UID" -eq "$ROOT_UID" ]]; then + clear + # Generate the theme in "/usr/share/grub/themes" generate "${theme}" "${icon}" "${screen}"