Skip to content

Commit

Permalink
V1.18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Sep 27, 2023
1 parent 7684dff commit ea61bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genmonmaint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function updatelibraries() {
sudo $pipcommand install paho-mqtt -U
sudo $pipcommand install pysnmp -U
sudo $pipcommand install ldap3 -U
sudo $pipcommand install pyasn1 -U
sudo $pipcommand install pyasn1==0.4.8 -U
sudo $pipcommand install smbus -U
sudo $pipcommand install psutil -U
if [ "$usepython3" = true ] ; then
Expand Down Expand Up @@ -166,7 +166,7 @@ function installgenmon() {
sudo $pipcommand install pyotp==2.3.0
fi
# correct problem with LDAP3 module install
sudo $pipcommand install pyasn1 -U
sudo $pipcommand install pyasn1==0.4.8 -U
sudo $pipcommand install mopeka_pro_check
sudo $pipcommand install fluids
sudo $pipcommand install voipms
Expand Down

0 comments on commit ea61bfe

Please sign in to comment.