about summary refs log tree commit diff
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
parent4b66c192420c9872f84ce7f586569b5d786faa39 (diff)
* update and run scripts (using privbind)
-rw-r--r--run.sh2
-rw-r--r--update.sh5
2 files changed, 7 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100644
index 000000000000..7ac433b60b3a
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+sudo privbind -u tazjin tazblog --port 80 --statedir $TAZBLOG
\ No newline at end of file
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