mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-02 18:58:46 +00:00
Fallback Vsftpd installer to repo on latest Ubuntu/Debian
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user