Skip to content

Commit

Permalink
Add Wireguard to all install conditions
Browse files Browse the repository at this point in the history
adding wireguard to all install configs.  will fix the update script from gutting wireguard when it's run.  I dont see any situation where wireguard shouldnt be installed, unlike HTTPS etc.
  • Loading branch information
alexpeterson91 authored Aug 10, 2022
1 parent 5411dd9 commit b48524d
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 b48524d

Please sign in to comment.