From 0a3faf4f23c5ce19693cb54a5863babae44b48d5 Mon Sep 17 00:00:00 2001 From: mfgbhatti Date: Mon, 24 Jan 2022 20:33:31 +0000 Subject: [PATCH] updated exec functions --- startup.sh | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/startup.sh b/startup.sh index 8592f75..4c1198e 100644 --- a/startup.sh +++ b/startup.sh @@ -348,20 +348,24 @@ setdisktop() { } - +# Backround checks +check_root # Starting functions clear logo userinfo -clear -logo -diskpart -clear -logo +setpartionlayout filesystem clear logo +diskselection +drivessd +clear +logo timezone clear logo -keymap \ No newline at end of file +keymap +clear +logo +setlocale \ No newline at end of file