Skip to content

Commit

Permalink
Set the package count grabbing method to "packages_rpm" for openSUSE
Browse files Browse the repository at this point in the history
Set the package count grabbing method to "packages_rpm" for openSUSE. It is faster than "packages_zypper". It used to try to run a non-existing function and failed.
  • Loading branch information
mutageneral authored Mar 18, 2023
1 parent 1002332 commit 8eeeaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disfetch
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ PACKAGES="$(
nixos*) packages_nix;;
slack*) packages_slack;;
void*) packages_xbps;;
opensuse*) packages_opensuse;;
opensuse*) packages_rpm;;
esac
)"

Expand Down

0 comments on commit 8eeeaf2

Please sign in to comment.