about summary refs log tree commit diff
path: root/update.sh
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@googlemail.com>2012-03-25T17·56+0200
committerVincent Ambo <tazjin@googlemail.com>2012-03-25T17·56+0200
commit1e45dcf7c8ddd00e08b51dfc4f325426ab96a265 (patch)
tree51db40f3b4f604422484e8f045cd39dd7a55947d /update.sh
parent4b66c192420c9872f84ce7f586569b5d786faa39 (diff)
* update and run scripts (using privbind)
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh5
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