mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 17:47:07 +08:00
Update 04_install_import_keys.sh
remove sudo for docker file
This commit is contained in:
parent
5f593137d5
commit
ceee84116e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ echo "deb https://deb.nodesource.com/$NODEREPO $CODENAME main" > /etc/apt/source
|
|||
echo "deb-src https://deb.nodesource.com/$NODEREPO $CODENAME main" >> /etc/apt/sources.list.d/nodesource.list
|
||||
|
||||
# mongo keys
|
||||
wget -qO- https://www.mongodb.org/static/pgp/server-${MONGODB}.asc | sudo apt-key add
|
||||
wget -qO- https://www.mongodb.org/static/pgp/server-${MONGODB}.asc | apt-key add
|
||||
echo "deb [ arch=amd64 ] http://repo.mongodb.org/apt/ubuntu $CODENAME/mongodb-org/$MONGODB multiverse" > /etc/apt/sources.list.d/mongodb-org.list
|
||||
|
||||
# rspamd
|
||||
|
|
Loading…
Reference in a new issue