initial commit
This commit is contained in:
parent
6cf3b09989
commit
0d75e7af4b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue