Skip to content

Commit

Permalink
Merge pull request #486 from dappnode/alexpeterson91-fix-installer-sc…
Browse files Browse the repository at this point in the history
…ript-wireguard

Add Wireguard to all install conditions
  • Loading branch information
alexpeterson91 authored Aug 18, 2022
2 parents ee1e0c9 + b48524d commit d083e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dappnode_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ determine_packages() {
is_port_used
if [ "$IS_ISO_INSTALL" == "false" ]; then
if [ "$IS_PORT_USED" == "true" ]; then
PKGS=(BIND IPFS VPN DAPPMANAGER WIFI)
PKGS=(BIND IPFS VPN WIREGUARD DAPPMANAGER WIFI)
else
PKGS=(HTTPS BIND IPFS WIREGUARD DAPPMANAGER WIFI)
fi
Expand Down

0 comments on commit d083e1d

Please sign in to comment.