mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update asl-wizard.sh
This commit is contained in:
parent
52ee04adbc
commit
17669cffd1
|
|
@ -14,7 +14,9 @@ chmod +x buster
|
|||
fi
|
||||
apt-get update && apt-get upgrade -y
|
||||
if ! grep -q 'Raspberry' /proc/cpuinfo; then
|
||||
if ! [ -d "/etc/asterisk" ]; then
|
||||
apt-get install allstar -y
|
||||
fi
|
||||
fi
|
||||
if [ -f "/lib/systemd/system/asterisk.service" ]; then
|
||||
systemctl stop asterisk
|
||||
|
|
|
|||
Loading…
Reference in New Issue