-
Notifications
You must be signed in to change notification settings - Fork 3
Packages
Wolfram Schlich edited this page Feb 1, 2016
·
5 revisions
Skyld AV is now available on Gentoo Linux as app-antivirus/skyldav
.
if [[ -d /etc/portage/package.keywords ]]; then
echo 'app-antivirus/skyldav' > /etc/portage/package.keywords/skyldav
else
echo 'app-antivirus/skyldav' >> /etc/portage/package.keywords
fi
-
libnotify
: Enableskyldavnotify
(desktop notification program for Skyld AV events) -
systemd
: Enable installation of Skyld AVsystemd
unit
...
if [[ -d /etc/portage/package.use ]]; then
echo 'app-antivirus/skyldav libnotify systemd' > /etc/portage/package.use/skyldav
else
echo 'app-antivirus/skyldav libnotify systemd' >> /etc/portage/package.use
fi
emerge
emerge -avt app-antivirus/skyldav