Skip to content

Commit

Permalink
DNS Arch handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyrybeyro committed Jun 30, 2022
1 parent e15385b commit 19e25b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#

# script/deploy version, make the same as deploy
VERSION="v1.73"
VERSION="v1.74"

# default chroot location (700 MB needed - 1.5GB while installing)
CHROOT="/opt/chroot"
Expand Down Expand Up @@ -892,7 +892,6 @@ fixDNS2()
# not all configurations need action, NetworkManager seems to behave well

[[ "${DEB}" -eq 1 ]] && [[ "${DEEPIN}" -eq 0 ]] && resolvconf -u
[[ "${ARCH}" -eq 1 ]] && [[ "${ARCHCRAFT}" -eq 0 ]] && resolvconf -u
[[ "${VOID}" -eq 1 ]] && resolvconf -u
[[ "${SUSE}" -eq 1 ]] && netconfig update -f
[[ "${RH}" -eq 1 ]] && authselect apply-changes
Expand Down

0 comments on commit 19e25b6

Please sign in to comment.