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