Update sngrep.sh

This commit is contained in:
FusionPBX 2024-02-05 12:50:12 -07:00 committed by GitHub
parent a0ee735bdc
commit 16360ed97a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ else
if [ ."$os_codename" = ."jessie" ]; then
echo "deb http://packages.irontec.com/debian $os_codename main" > /etc/apt/sources.list.d/sngrep.list
wget http://packages.irontec.com/public.key -q -O - | apt-key add -
apt-get update
fi
apt-get update
apt-get install -y sngrep
fi