summaryrefslogtreecommitdiff
path: root/update-me.conf
diff options
context:
space:
mode:
Diffstat (limited to 'update-me.conf')
-rw-r--r--update-me.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/update-me.conf b/update-me.conf
new file mode 100644
index 0000000..42b20f0
--- /dev/null
+++ b/update-me.conf
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# distribution specific update commands are executable via sudo?
+hasSudo=true
+
+# uncomment to override automatically generated commands:
+# preCmds=()
+# cmds=()
+# postCmds=()