Unverified Commit 3aee64ab authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #1099 from Appadeia/master

Add support for puyo & spm
parents 1278844d 4e33cf2f
......@@ -1303,6 +1303,8 @@ get_packages() {
# List these last as they accompany regular package managers.
has "flatpak" && tot flatpak list
has "spm" && tot spm list -i
has "puyo" && dir ~/.puyo/installed
# Snap hangs if the command is run without the daemon running.
# Only run snap if the daemon is also running.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment