mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +00:00
Ensure curl is installed
Fix mongodb package name Use apt satisfy instead of apt install
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
apt install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
||||||
apt install -y git nodejs npm mongodb44
|
|
||||||
|
|
||||||
export NODE_ENV=local
|
apt satisfy -y git nodejs npm mongodb
|
||||||
|
|
||||||
|
NODE_ENV=local
|
||||||
|
export NODE_ENV
|
||||||
|
|
||||||
cd /usr/local/
|
|
||||||
git clone https://github.com/naturalcrit/homebrewery.git
|
git clone https://github.com/naturalcrit/homebrewery.git
|
||||||
|
|
||||||
cd homebrewery
|
cd homebrewery
|
||||||
|
|||||||
Reference in New Issue
Block a user