Add sipcalc for ipv6 checks

This commit is contained in:
Julien VAUBOURG
2014-11-14 20:34:07 +01:00
parent 5c742f8516
commit 9ee92147e4
3 changed files with 3 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ if [ ! $? -eq 0 ]; then
fi
# Install packages
sudo apt-get --assume-yes --force-yes install openvpn php5-fpm
sudo apt-get --assume-yes --force-yes install openvpn php5-fpm sipcalc
# Save arguments
sudo yunohost app setting vpnclient server_name -v "${server_name}"