Skip to content

Commit

Permalink
Merge pull request #83 from vcatafesta/main
Browse files Browse the repository at this point in the history
qua 11 out 2023 03:27:29 -04 Vilmar Catafesta ([email protected])
  • Loading branch information
bigbruno authored Oct 11, 2023
2 parents 5848b38 + a58d62a commit 68047b8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ function sh_cleanup {

function sh_config {
declare -gA CATEGORIES
declare -g lcode=$(sh_get_code_lang)
declare -g lcode=$(sh_get_code_language)
declare -g Programas_AUR=$"Programas AUR"
declare -g Programas_Flatpak=$"Programas Flatpak"
declare -g Programas_Nativos=$"Programas Nativos"

[[ -z "$lcode" ]] && lcode=$(sh_get_code_lang)
CATEGORIES["browser"]="firefox firefox-i18n-$lcode brave-browser opera vivaldi chromium falkon palemoon-bin librewolf-bin epiphany google-chrome microsoft-edge-stable-bin lynx"
CATEGORIES["mail"]="thunderbird thunderbird-i18n-$lcode evolution geary kmail kube balsa claws-mail sylpheed trojita mailspring"
CATEGORIES["download"]="kget gwget uget steadyflow jdownloader2 clipgrab youtubedl-gui xdman flareget"
Expand Down

0 comments on commit 68047b8

Please sign in to comment.