From 14bf20091f1801bd943f2ca054d370dd85e39cd3 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Mon, 17 Apr 2023 01:08:01 +0700 Subject: [PATCH] Fallback Vsftpd installer to repo on latest Ubuntu/Debian --- scripts/install_vsftpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_vsftpd.sh b/scripts/install_vsftpd.sh index cf8b7ce..8dd24bd 100755 --- a/scripts/install_vsftpd.sh +++ b/scripts/install_vsftpd.sh @@ -39,7 +39,7 @@ function init_vsftpd_install() { fi # Fallback installer to repo due to OpenSSL 3 compatibility issue. - if [[ "${RELEASE_NAME}" == "jammy" ]]; then + if [[ "${RELEASE_NAME}" == "jammy" || "${RELEASE_NAME}" == "jammy" ]]; then SELECTED_INSTALLER="repo" fi