]> gitweb.fluxo.info Git - blog.git/commitdiff
Adds provision script master
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 31 Jan 2026 17:22:37 +0000 (14:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 31 Jan 2026 17:22:37 +0000 (14:22 -0300)
bin/provision [new file with mode: 0755]

diff --git a/bin/provision b/bin/provision
new file mode 100755 (executable)
index 0000000..52a27bf
--- /dev/null
@@ -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