Skip to content

Commit

Permalink
fix(mongodb-install): running apt-get install command as root
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowplay1 authored Nov 10, 2023
1 parent 9d60e84 commit e4cbf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mongodb-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

apt-get install -y gnupg curl
sudo apt-get install -y gnupg curl

curl -fsSL https://pgp.mongodb.com/server-7.0.asc | \
sudo gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \
Expand Down

0 comments on commit e4cbf9c

Please sign in to comment.