[+] Add squirrel package manager

Closes #153

Co-Authored-By: Skythrew <76571984+skythrew@users.noreply.github.com>
This commit is contained in:
Azalea 2023-07-23 13:32:16 -07:00
parent 68cf96e24a
commit 04a6744e6d

View file

@ -1992,6 +1992,7 @@ get_packages() {
has bulge && tot bulge list has bulge && tot bulge list
has pm && tot-safe pm list packages has pm && tot-safe pm list packages
has evox && tot cat /var/evox/packages/DB has evox && tot cat /var/evox/packages/DB
has squirrel && tot ls /var/packages
has tea && tot find "$HOME/.tea" -maxdepth 2 -mindepth 2 -type d has tea && tot find "$HOME/.tea" -maxdepth 2 -mindepth 2 -type d
# Using the dnf package cache is much faster than rpm. # Using the dnf package cache is much faster than rpm.