Freeswitch version and lib fixes
This commit is contained in:
parent
c7a3819bcd
commit
da538ff1de
6 changed files with 23 additions and 3 deletions
5
modules/rhizo_base/templates/fs_ensure.erb
Normal file
5
modules/rhizo_base/templates/fs_ensure.erb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue