Skip to content

Commit

Permalink
Fix Monitorix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed May 9, 2021
1 parent cc2e79b commit f6f1e6c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/165-monitorix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ echo $0 > /var/www/html/userfiles/nems-build.cur

apt-get update

# Install Dependencies
apt-get install -y rrdtool
apt-get install -y perl
apt-get install -y libwww-perl
apt-get install -y libmailtools-perl
apt-get install -y libmime-lite-perl
apt-get install -y librrds-perl
apt-get install -y libdbi-perl
apt-get install -y libxml-simple-perl
apt-get install -y libhttp-server-simple-perl
apt-get install -y libconfig-general-perl
apt-get install -y libio-socket-ssl-perl

# If output has boxes, reinstall this with apt-get install --reinstall xfonts-terminus
apt-get install -y xfonts-terminus

# Install Monitorix
apt-get install -y monitorix

Expand Down

0 comments on commit f6f1e6c

Please sign in to comment.