From 3bdd4a738396b887729e810191d16cba137e5426 Mon Sep 17 00:00:00 2001 From: sem Date: Fri, 23 Sep 2022 00:49:53 +0300 Subject: [PATCH] Utils --- Installers/pre_install_clearOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/pre_install_clearOS.sh b/Installers/pre_install_clearOS.sh index fc03f25..3cb3f5c 100644 --- a/Installers/pre_install_clearOS.sh +++ b/Installers/pre_install_clearOS.sh @@ -17,7 +17,7 @@ sudo apt install openssh-server mc htop qemu-guest-agent curl lsb-release wget - . /etc/*-release wget https://repo.zabbix.com/zabbix/6.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.2-1+${DISTRIB_ID,,}${DISTRIB_RELEASE}_all.deb -dpkg -i zabbix-release_6.2-1+${DISTRIB_ID,,}${DISTRIB_RELEASE}_all.deb +sudo dpkg -i zabbix-release_6.2-1+${DISTRIB_ID,,}${DISTRIB_RELEASE}_all.deb sudo apt upgrade -y sudo apt install zabbix-agent -y sudo systemctl restart zabbix-agent