Skip to content

Commit

Permalink
Update install/unifi-install.sh
Browse files Browse the repository at this point in the history
Updated suggested changes

Co-authored-by: Håvard Gjøby Thom <[email protected]>
  • Loading branch information
ColinOppenheim and havardthom authored Nov 27, 2024
1 parent 7abb501 commit d228f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/unifi-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if grep -q 'avx' /proc/cpuinfo; then
$STD apt-get update
$STD apt-get install -y mongodb-org=4.2.17
else
msg_info "Installing MongoDB 7.0"
msg_info "Installing MongoDB 7.0"
wget -qO- https://www.mongodb.org/static/pgp/server-7.0.asc | gpg --dearmor >/usr/share/keyrings/mongodb-server-7.0.gpg
echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] http://repo.mongodb.org/apt/debian bookworm/mongodb-org/7.0 main" >/etc/apt/sources.list.d/mongodb-org-7.0.list
$STD apt-get update
Expand Down

0 comments on commit d228f42

Please sign in to comment.