File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ sudo apt-get install -y \
6
6
git \
7
7
curl
8
8
9
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
9
+ sudo apt install build-essential
10
+
11
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
10
12
export NVM_DIR=" $HOME /.nvm"
11
13
14
+ CODENAME=$( lsb_release -c -s)
15
+
12
16
# Install mongo db version 4.2
13
- sudo apt-get purge mongodb mongodb-server mongodb-server-core mongodb-clients
14
- sudo apt-get purge mongodb-org
15
- sudo apt-get autoremove
16
- sudo apt-get update
17
+ wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
18
+ echo " deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu $CODENAME /mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
17
19
18
- wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -
19
- echo " deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.2.list
20
20
sudo apt-get update
21
21
sudo apt-get install mongodb-org
22
22
sudo systemctl daemon-reload
Original file line number Diff line number Diff line change 16
16
"affected:libs" : " nx affected:libs" ,
17
17
"affected:lint" : " nx affected:lint" ,
18
18
"affected:test" : " nx affected:test" ,
19
+ "build" : " yarn build:api && yarn build:scraper" ,
19
20
"build:api" : " nx build --with-deps" ,
20
21
"build:rest-api" : " nx build rest-api --with-deps" ,
21
22
"build:scraper" : " nx build scraper --with-deps" ,
You can’t perform that action at this time.
0 commit comments