Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Dec 4, 2024
1 parent 67d6c55 commit ce47473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runs/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if [ ! -e zabbix-release_6.2-3+debian11_all.deb ]
then
wget https://repo.zabbix.com/zabbix/6.2/raspbian/pool/main/z/zabbix-release/zabbix-release_6.2-3%2Bdebian11_all.deb
sudo dpkg -i zabbix-release_6.2-3+debian11_all.deb
echo "download"
fi
sudo apt-get -q update
sudo apt-get -q -y install \
Expand All @@ -14,5 +15,6 @@ fi
mosquitto mosquitto-clients \
python3-pip \
xserver-xorg x11-xserver-utils openbox-lxde-session lightdm lightdm-autologin-greeter accountsservice \
chromium chromium-l10n zabbix-agent2 zabbix-agent2-plugin-*
chromium chromium-l10n
sudo apt install zabbix-agent2 zabbix-agent2-plugin-*
echo "done"

0 comments on commit ce47473

Please sign in to comment.