0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

Ensure curl is installed

Fix mongodb package name
Use apt satisfy instead of apt install
This commit is contained in:
Sean Robertson
2021-12-17 16:06:34 +13:00
parent b1a9fbe3ca
commit aa4de67e90
+5 -3
View File
@@ -1,11 +1,13 @@
#!/bin/sh
apt install -y curl
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
cd homebrewery