Skip to content
Snippets Groups Projects
Commit 5ed2de6b authored by Angristan's avatar Angristan Committed by GitHub
Browse files

Add git and curl as dependencies

In some VPS templates, they are not installed by default.
parent cfe91ac9
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,9 @@ It is recommended to create a special user for mastodon on the server (you could
## General dependencies
sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file
apt-get intall nodejs
sudo npm install -g yarn
## Redis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment