Add void support, plus some other updates
This commit is contained in:
parent
2b9c0a8d6c
commit
6199ce3d88
13 changed files with 62 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue