initial commit

This commit is contained in:
WeeXnes 2024-12-11 00:30:39 +01:00
parent 6cf3b09989
commit 0d75e7af4b

View file

@ -159,6 +159,9 @@ if [ ${flg_Install} -eq 1 ] && [ ${flg_Restore} -eq 1 ]; then
EOF EOF
"${scrDir}/restore_fnt.sh"
"${scrDir}/restore_cfg.sh"
"${scrDir}/install_pst.sh" "${scrDir}/install_pst.sh"
"${scrDir}/custom_pst.sh" "${scrDir}/custom_pst.sh"
fi fi
@ -203,9 +206,6 @@ if [ ${flg_Restore} -eq 1 ]; then
|___| |___|
EOF EOF
"${scrDir}/restore_fnt.sh"
"${scrDir}/restore_cfg.sh"
echo -e "\n\033[0;32m[themepatcher]\033[0m Patching themes..." echo -e "\n\033[0;32m[themepatcher]\033[0m Patching themes..."
while IFS='"' read -r null1 themeName null2 themeRepo while IFS='"' read -r null1 themeName null2 themeRepo
do do