mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +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
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user