diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 13:23:55 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 13:23:55 +0300 |
| commit | 98c976f72dfe11f110ddf5a0fc4b63b65f459779 (patch) | |
| tree | 96ea55a30796273033ae4508c34ecf3aa0bc721f | |
| parent | c4b1287a7a4050ce3ab645989db9a04bbd468182 (diff) | |
| download | pfetch-98c976f72dfe11f110ddf5a0fc4b63b65f459779.tar.gz | |
packages: slackware support
| -rwxr-xr-x | pfetch | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -289,6 +289,7 @@ get_pkgs() { # Directories containing packages. command -v brew && printf '%s\n' "$(brew --cellar)/"* command -v emerge && printf '%s\n' /var/db/pkg/*/*/ + command -v pkgtool && printf '%s\n' /var/log/packages/* # GUIX requires two commands. command -v guix && { |
