mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-30 12:30:15 +00:00
Update install/unifi-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
parent
6e89735217
commit
b70fcbb6b0
@ -36,7 +36,6 @@ if grep -q 'avx' /proc/cpuinfo; then
|
||||
dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
|
||||
apt-get install -f -y # Fix any broken dependencies
|
||||
else
|
||||
msg_ok "libssl1.1 already installed"
|
||||
fi
|
||||
wget -qO- https://www.mongodb.org/static/pgp/server-4.2.asc | gpg --dearmor > /usr/share/keyrings/mongodb-server-4.2.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/mongodb-server-4.2.gpg] https://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 main" >/etc/apt/sources.list.d/mongodb-org-4.2.list
|
||||
|
Loading…
Reference in New Issue
Block a user