Skip to content

Commit 3feeee2

Browse files
committed
BUGFIX: Moving the install at the end of the list and make sure we enable/start the service.
1 parent 0c2644f commit 3feeee2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,12 @@ if [ "$DISTRO" == "raspbian" ] || [ "$DISTRO" == "debian" ]; then
9696
sudo apt-get install -y libcjson1 || true
9797
sudo apt-get install -y libcap2-bin || true
9898
sudo apt-get install -y openvpn || true
99-
# sudo apt-get install -y openvpn-systemd-resolved || true
10099
sudo apt-get install -y wireguard-tools || true
101100
sudo apt-get install -y python3 || true
102101
sudo apt-get install -y python3-pyqt5 || true
103102
sudo apt-get install -y python3-pyqt5* || true
103+
sudo apt-get install -y openvpn-systemd-resolved || true
104+
sudo systemctl enable --now systemd-resolved || true
104105
else
105106
echo "Unsupported distribution: $DISTRO"
106107
exit 1

0 commit comments

Comments
 (0)