aboutsummaryrefslogtreecommitdiff
path: root/bin/provision
blob: 52a27bfe57e02386980f3898408f7176ab182f06 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
#
# Provisioner
#

# Basic dependencies
DEPENDENCIES="git make ikiwiki mat2 jhead rename rsync"

# Install dependencies
sudo apt install -y $DEPENDENCIES