add missing #
This commit is contained in:
parent
414019484b
commit
acb435b83d
|
@ -65,7 +65,7 @@ server {
|
|||
```sh
|
||||
$ # 匯入 MongoDB 公鑰到套件管理系統
|
||||
$ wget -qO - https://www.mongodb.org/static/pgp/server-3.2.asc | sudo apt-key add -
|
||||
$ 建立 list file
|
||||
$ # 建立 list file
|
||||
$ echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
|
||||
$ sudo apt-get update # 更新套件管理系統
|
||||
$ # 下載並安裝 MongoDB 3.2.22
|
||||
|
|
Loading…
Reference in New Issue