mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-30 20:40: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
f776638a5c
commit
752ffe7a95
@ -40,7 +40,6 @@ if grep -q 'avx' /proc/cpuinfo; then
|
||||
else
|
||||
msg_ok "libssl1.1 already installed"
|
||||
fi
|
||||
# Proceed with MongoDB 4.2 installation
|
||||
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
|
||||
$STD apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user