mnml/bin/deps.sh
2019-07-09 12:40:18 +10:00

5 lines
159 B
Bash
Executable File

#!/bin/bash
sudo apt-get install -y postgresql postgresql-contrib
sudo apt-get install -y nginx
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh