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:50:52 -08:00 committed by GitHub
parent 2ad35a4aa2
commit 4a8e402a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ if grep -q 'avx' /proc/cpuinfo; then
if ! dpkg -l | grep -q "libssl1.1"; then
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
$STD dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
apt-get install -f -y # Fix any broken dependencies
$STD apt-get install -f -y # Fix any broken dependencies
else
fi
wget -qO- https://www.mongodb.org/static/pgp/server-4.2.asc | gpg --dearmor > /usr/share/keyrings/mongodb-server-4.2.gpg