From 854b728b28810957c9d1386f50fb70e128f8f087 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 3 May 2022 12:16:09 +0200 Subject: [PATCH] Revert --- .templates/automatic_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/automatic_packages.sh b/.templates/automatic_packages.sh index 5188f5edb..220535f87 100644 --- a/.templates/automatic_packages.sh +++ b/.templates/automatic_packages.sh @@ -87,7 +87,7 @@ for files in "/etc/cont-init.d" "/etc/services.d"; do COMMAND="openvpn" if grep -q -rnw "$files/" -e "$COMMAND" && ! command -v $COMMAND &>/dev/null; then [ "$VERBOSE" = true ] && echo "$COMMAND required" - [ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES coreutils openvpn=2.5.3-r0" + [ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES coreutils openvpn" [ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES coreutils openvpn" [ "$PACKMANAGER" = "pacman" ] && PACKAGES="$PACKAGES coreutils openvpn" fi