Skip to content

Commit

Permalink
Update Manjaro deps
Browse files Browse the repository at this point in the history
  • Loading branch information
T. H. Wright committed Jun 1, 2024
1 parent 70ffcc0 commit 8dfa840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def get_package_manager():
config.PACKAGE_MANAGER_COMMAND_INSTALL = "pamac install --no-upgrade --no-confirm" # noqa: E501
config.PACKAGE_MANAGER_COMMAND_REMOVE = "pamac remove --no-confirm"
config.PACKAGE_MANAGER_COMMAND_QUERY = "pamac list -i | grep -E ^"
config.PACKAGES = "patch wget sed grep gawk cabextract samba bc libxml2 curl" # noqa: E501
config.PACKAGES = "wget sed grep gawk cabextract samba" # noqa: E501
config.L9PACKAGES = "" # FIXME: Missing Logos 9 Packages
config.BADPACKAGES = "appimagelauncher"
elif shutil.which('pacman') is not None: # arch, steamOS
Expand Down

0 comments on commit 8dfa840

Please sign in to comment.