diff --git a/homepage/software/index.m4 b/homepage/software/index.m4 index b24bce5..f3779a1 100644 --- a/homepage/software/index.m4 +++ b/homepage/software/index.m4 @@ -456,6 +456,16 @@ Use _code(`mount.exfat') to mount the filesystem (the manual page for which is _ Do not use SSL workarounds like (in the case of git) _code(`GIT_SSL_NO_VERIFY'). These leave your system open to man-in-the-middle attacks.
++If using Mullvad, you have to change the shebang on _code(`update-resolv-conf(8)') +(a standalone Bash script included in the OpenVPN configurations from Mullvad, intended to be placed in _code(`/etc/openvpn/')) +from _code(`#!/bin/bash') to _code(`#!/usr/pkg/bin/bash') if using Bash from pkgsrc or another appropriate location if using a different package manager. +