diff options
Diffstat (limited to 'update-me.conf')
-rw-r--r-- | update-me.conf | 9 |
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=() |