We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2644f commit 3feeee2Copy full SHA for 3feeee2
1 file changed
setup.sh
@@ -96,11 +96,12 @@ if [ "$DISTRO" == "raspbian" ] || [ "$DISTRO" == "debian" ]; then
96
sudo apt-get install -y libcjson1 || true
97
sudo apt-get install -y libcap2-bin || true
98
sudo apt-get install -y openvpn || true
99
- # sudo apt-get install -y openvpn-systemd-resolved || true
100
sudo apt-get install -y wireguard-tools || true
101
sudo apt-get install -y python3 || true
102
sudo apt-get install -y python3-pyqt5 || true
103
sudo apt-get install -y python3-pyqt5* || true
+ sudo apt-get install -y openvpn-systemd-resolved || true
104
+ sudo systemctl enable --now systemd-resolved || true
105
else
106
echo "Unsupported distribution: $DISTRO"
107
exit 1
0 commit comments