mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update asl-wizard.sh
This commit is contained in:
parent
0a7ca3de32
commit
6dfe4f4fa6
|
|
@ -57,7 +57,7 @@ if [ ! -d "/etc/asterisk" ]; then
|
|||
if [[ "$VERSION_ID" == "12" ]]; then
|
||||
# Si es Debian 12, instalar AllStar
|
||||
cd /tmp
|
||||
wget https://repo.allstarlink.org/public/asl-apt-repos_12_all.deb
|
||||
wget https://repo.allstarlink.org/public/asl-apt-repos.deb12_all.deb
|
||||
dpkg -i asl-apt-repos_12_all.deb
|
||||
apt update
|
||||
apt install asl3 -y
|
||||
|
|
|
|||
Loading…
Reference in New Issue