puppet/modules/rhizo_base/templates/fs_ensure.erb
Monocots 5f53f34de6 Fix up Freeswitch versions
Ensure correct pinning and recipies to install rhizomatica compiled versions
2022-10-25 15:30:20 +00:00

5 lines
186 B
Text

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