From 0d75e7af4be6f6ea53f948cb041551bf7a873fcf Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Wed, 11 Dec 2024 00:30:39 +0100 Subject: [PATCH] initial commit --- Scripts/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index 3dcd944..9ff3c0e 100755 --- a/Scripts/install.sh +++ b/Scripts/install.sh @@ -159,6 +159,9 @@ if [ ${flg_Install} -eq 1 ] && [ ${flg_Restore} -eq 1 ]; then EOF + "${scrDir}/restore_fnt.sh" + "${scrDir}/restore_cfg.sh" + "${scrDir}/install_pst.sh" "${scrDir}/custom_pst.sh" fi @@ -203,9 +206,6 @@ if [ ${flg_Restore} -eq 1 ]; then |___| EOF - - "${scrDir}/restore_fnt.sh" - "${scrDir}/restore_cfg.sh" echo -e "\n\033[0;32m[themepatcher]\033[0m Patching themes..." while IFS='"' read -r null1 themeName null2 themeRepo do