diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-01-31 14:22:37 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-01-31 14:22:37 -0300 |
| commit | 2561b5f02be0617fec7ed7337087a3ec499edf03 (patch) | |
| tree | b91833295fc745aed4a274164f90d35bf4e991f1 /bin/provision | |
| parent | 006f9f91e1e40603fac2178f20bfffdb3fd2e249 (diff) | |
| download | blog-master.tar.gz blog-master.tar.bz2 | |
Diffstat (limited to 'bin/provision')
| -rwxr-xr-x | bin/provision | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/provision b/bin/provision new file mode 100755 index 0000000..52a27bf --- /dev/null +++ b/bin/provision @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +# +# Provisioner +# + +# Basic dependencies +DEPENDENCIES="git make ikiwiki mat2 jhead rename rsync" + +# Install dependencies +sudo apt install -y $DEPENDENCIES |
