Skip to content
Snippets Groups Projects
Verified Commit 9efc6146 authored by David Beniamine's avatar David Beniamine
Browse files

Install ccze

parent b35fee4b
Branches
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ apt-get update ...@@ -62,6 +62,7 @@ apt-get update
DEBIAN_FRONTEND='noninteractive' apt-get -qq install \ DEBIAN_FRONTEND='noninteractive' apt-get -qq install \
apt-transport-https \ apt-transport-https \
aptitude \ aptitude \
ccze \
clamav \ clamav \
clamav-daemon \ clamav-daemon \
cpufrequtils \ cpufrequtils \
......
#!/bin/bash
if [ -z "$(dpkg -l | grep ccze)" ]; then
apt-get install -y ccze
fi
...@@ -67,6 +67,8 @@ fi ...@@ -67,6 +67,8 @@ fi
bash $DIR/install/ncdu.sh bash $DIR/install/ncdu.sh
bash $DIR/install/ccze.sh
bash $DIR/upgrade/Monit.sh bash $DIR/upgrade/Monit.sh
bash $DIR/upgrade/Backups.sh bash $DIR/upgrade/Backups.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment