mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 19:30:16 +00:00
Ensure openvpn doesn't install easy-rsa now
This commit is contained in:
parent
ff1ade9e9f
commit
a503fa7f93
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ checkForDependencies() {
|
|||
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | $SUDO debconf-set-selections
|
||||
echo iptables-persistent iptables-persistent/autosave_v6 boolean false | $SUDO debconf-set-selections
|
||||
fi
|
||||
if [[ $i = "expect" ]]; then
|
||||
if [[ $i == "expect" ]] || [[ $i == "openvpn" ]]; then
|
||||
$SUDO apt-get --yes --quiet --no-install-recommends install "$i" > /dev/null & spinner $!
|
||||
else
|
||||
$SUDO apt-get --yes --quiet install "$i" > /dev/null & spinner $!
|
||||
|
|
Loading…
Reference in a new issue