Add void support, plus some other updates

This commit is contained in:
askiiart 2024-04-17 21:41:40 -05:00
parent 2b9c0a8d6c
commit 6199ce3d88
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 62 additions and 12 deletions

View file

@ -21,6 +21,10 @@ elif command_exists "dnf"; then
cd ~
git clone https://git.askiiart.net/askiiart/gpg-email-helper
cd -
elif command_exists "xbps-install"; then
sudo xbps-install claws-mail spamassassin
ln -s /etc/sv/spamd /var/service/
sv start spamd
else
echo "IDK"
fi