Update install/unifi-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
DarmokNoob 2024-11-24 19:48:39 -08:00 committed by GitHub
parent 5ffa697312
commit 2a70d19b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,6 @@ $STD apt-get update
$STD apt-get install -y temurin-17-jre
msg_ok "Installed Eclipse Temurin JRE"
msg_info "Installing MongoDB"
if [ "$MONGO_VERSION" = "4.2" ]; then
# Check for libssl1.1 and install if missing
if ! dpkg -l | grep -q "libssl1.1"; then