master
Daniel Napora 2018-12-20 12:54:47 +01:00
parent b3dbc4586f
commit 902d43cbde
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ menuSubmenuEnd
menuItem "$RENEWKEYS" "mabox-software-pipemenu --fixkeys"
menuSeparator "$POPULAR_APPS"
menuSubmenu 'internet' 'Internet'
internet=('chromium' 'firefox' 'opera' 'thunderbird' 'dropbox')
internet=('chromium' 'palemoon-bin' 'opera' 'thunderbird')
for curApp in "${internet[@]}"; do
if ! type "$curApp" &> /dev/null; then
menuItem "$INSTALL ${curApp^}" "pamac-installer $curApp"