Skip to content

Commit 94e938e

Browse files
committed
BUGFIX: Moving the install of openvpn-systemd-resolved at the end of the script.
1 parent 143a35e commit 94e938e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ EOL"
317317
fi
318318

319319
# Install necessary packages based on the distribution
320-
log_step 2 "Installing a Minimal Desktop Environment, Git, Firefox, ImageMagick, and feh..."
320+
log_step 2 "Installing a ..."
321321
if [ "$DISTRO" == "raspbian" ] || [ "$DISTRO" == "debian" ]; then
322322
sudo apt-get install -y openvpn-systemd-resolved || true
323323
sudo systemctl enable --now systemd-resolved || true

0 commit comments

Comments
 (0)