diff options
author | Erich Eckner <git@eckner.net> | 2016-07-14 12:56:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-07-14 12:56:46 +0200 |
commit | 674904f5aa4178dd6c19d9e1964c9a22f7a9de76 (patch) | |
tree | 46c0f9208cf727a8fbe3f6592398fedc4bd2753d /update-me.conf | |
parent | 79d809ad637f3cbecf221447f67ba03f57ddc9ff (diff) | |
download | update-all-674904f5aa4178dd6c19d9e1964c9a22f7a9de76.tar.xz |
update-me neu
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=() |