Freeswitch version and lib fixes

This commit is contained in:
Keith Whyte 2022-07-10 01:43:18 +02:00
parent c7a3819bcd
commit da538ff1de
6 changed files with 23 additions and 3 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash
dpkg -l | egrep freeswitch-mod\|libfreeswitch | cut -f3 -d\ |\
sed 's/\(.*\)/\1=<%= @fs_deb_version %>/' | sort -r |\
sudo xargs -p apt install --assume-yes --allow-downgrades