da232c6b03
TODOs: - figure out how to keep the mail password in app.ini during install - mount volumes to persist data between droplet redeploys - set up HTTPS
7 lines
78 B
Bash
7 lines
78 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y git
|