Skip to content

Commit

Permalink
Update Manjaro Deps
Browse files Browse the repository at this point in the history
This continues work on #1. This update seeks to fix Manjaro deps by removing deps from the original Bash source.
  • Loading branch information
thw26 authored Apr 20, 2024
1 parent b0351f1 commit 4b2f1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ 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.L9PACKAGES = "" # FIXME: Missing Logos 9 Packages
config.PACKAGES = "wget curl sed grep samba" # noqa: E501
config.L9PACKAGES = "cabextract" # FIXME: Missing Logos 9 Packages
config.BADPACKAGES = "appimagelauncher"
elif shutil.which('pacman') is not None: # arch, steamOS
config.PACKAGE_MANAGER_COMMAND_INSTALL = r"pacman -Syu --overwrite * --noconfirm --needed" # noqa: E501
Expand Down

0 comments on commit 4b2f1a8

Please sign in to comment.