Skip to content

Commit

Permalink
Added missing sudo (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdrgn2k authored Jan 31, 2020
1 parent a97ec3f commit f3d5877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yggdrasil/install
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi

# Yggdrasil 0.3.12 service fix
sudo sed -i "s/CapabilityBoundingSet=CAP_NET_ADMIN/CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW/" /etc/systemd/system/yggdrasil.service
systemctl daemon-reload
sudo systemctl daemon-reload

# Change configuration to have yggdrasil's tun interface called ygg0
sudo sed -i "s/IfName: auto/IfName: ygg0/" /etc/yggdrasil.conf
Expand Down

0 comments on commit f3d5877

Please sign in to comment.