Update installer.sh

This commit is contained in:
Kanga-Who 2020-09-11 17:52:33 +10:00 committed by GitHub
parent 136b8e98ea
commit 0b34e37740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,8 @@ systemctl status ModemManager | grep 'active (running)' > /dev/null 2>&1
if [ $? != 0 ] if [ $? != 0 ]
then then
systemctl disable ModemManager > /dev/null sudo systemctl disable ModemManager > /dev/null
systemctl stop ModemManager > /dev/null sudo systemctl stop ModemManager > /dev/null
fi fi
set -e set -e