Skip to content

Commit

Permalink
Merge pull request #94 from vcatafesta/main
Browse files Browse the repository at this point in the history
qua 07 ago 2024 04:08:45 -04 Vilmar Catafesta ([email protected])
  • Loading branch information
bigbruno authored Aug 7, 2024
2 parents f553e48 + 7024fd5 commit 1998339
Show file tree
Hide file tree
Showing 5 changed files with 716 additions and 571 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ function sh_big_store_start_sh_main {
[[ ! -e "$flatpak_cache_file" ]] || [[ "$(find "$flatpak_cache_file" -mtime +1 -print)" ]] && sh_update_cache_flatpak "$processamento_em_paralelo" &
fi

if [[ -z "$(TIni.Get "$INI_FILE_BIG_STORE" "PAMAC" "SimpleInstall")" ]]; then
TIni.Set "$INI_FILE_BIG_STORE" "PAMAC" "SimpleInstall" '1'
fi

if [[ ! -e $FILE_SUMMARY_JSON_CUSTOM ]]; then
if [[ -e $FILE_SUMMARY_JSON ]]; then
cp -f $FILE_SUMMARY_JSON $FILE_SUMMARY_JSON_CUSTOM
Expand Down
Loading

0 comments on commit 1998339

Please sign in to comment.