diff options
author | Vincent Ambo <tazjin@googlemail.com> | 2012-03-25T17·56+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@googlemail.com> | 2012-03-25T17·56+0200 |
commit | 1e45dcf7c8ddd00e08b51dfc4f325426ab96a265 (patch) | |
tree | 51db40f3b4f604422484e8f045cd39dd7a55947d /update.sh | |
parent | 4b66c192420c9872f84ce7f586569b5d786faa39 (diff) |
* update and run scripts (using privbind)
Diffstat (limited to 'update.sh')
-rw-r--r-- | update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update.sh b/update.sh new file mode 100644 index 000000000000..a4229f941b3d --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +hg pull +hg update +cabal install --reinstall \ No newline at end of file |