Update clamav version to 6.11

pull/643/head
RPI News 4 years ago committed by GitHub
parent 5d808bef6c
commit 9e5172ed60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,11 +10,11 @@ function error {
}
# Get package clamav
"${DIRECTORY}/pkg-install" "clamav clamtk" "$(dirname "$0")" || exit 1
"${DIRECTORY}/pkg-install" "clamav" "$(dirname "$0")" || exit 1
wget https://bitbucket.org/davem_/clamtk-gtk3/downloads/clamtk_6.06-1_all.deb
sudo apt install --fix-broken ./clamtk_6.06-1_all.deb -y
rm clamtk_6.06-1_all.deb
wget https://github.com/dave-theunsub/clamtk/releases/download/v6.11/clamtk_6.11-1_all.deb
sudo apt install --fix-broken ./clamtk_*.deb -y
rm clamtk_*.deb
#if thunar file manager installed then also install clamtk thunar extension
if [ -f /usr/bin/thunar ];then

Loading…
Cancel
Save