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