Skip to content

Commit

Permalink
Merge pull request Chocobozzz#28 from hxpro/master
Browse files Browse the repository at this point in the history
omit wget progress easy-rsa archive in installation script
  • Loading branch information
Bigard Florian authored Oct 30, 2016
2 parents 8ddf14d + ffaa23f commit d5473f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ EASYRSA_RELEASES=( $(
EASYRSA_LATEST=${EASYRSA_RELEASES[0]}

# Get the rsa keys
wget -q --show-progress https://github.com/OpenVPN/easy-rsa/releases/download/${EASYRSA_LATEST}/EasyRSA-${EASYRSA_LATEST}.tgz
wget -q https://github.com/OpenVPN/easy-rsa/releases/download/${EASYRSA_LATEST}/EasyRSA-${EASYRSA_LATEST}.tgz
tar -xaf EasyRSA-${EASYRSA_LATEST}.tgz
mv EasyRSA-${EASYRSA_LATEST} /etc/openvpn/easy-rsa
rm -r EasyRSA-${EASYRSA_LATEST}.tgz
Expand Down

0 comments on commit d5473f9

Please sign in to comment.