Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 25, 2024
1 parent a629eea commit 011d3dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/zabbix/versions/7.0/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ rootPath=$(dirname "$rootPath")
serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source
sysName=`uname`
sysArch=`arch`

install_tmp=${rootPath}/tmp/mw_install.pl

debian_suffix=
if [ "$SYS_ARCH" == "aarch64" ];then
if [ "$sysArch" == "aarch64" ];then
debian_suffix="-arm64"
fi

Expand Down
1 change: 1 addition & 0 deletions plugins/zabbix/versions/7.0/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source
sysName=`uname`
sysArch=`arch`

install_tmp=${rootPath}/tmp/mw_install.pl
ubuntu_suffix=
if [ "$sysArch" == "aarch64" ];then
Expand Down

0 comments on commit 011d3dc

Please sign in to comment.