diff --git a/run.sh b/run.sh new file mode 100644 index 000000000..7ac433b60 --- /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 000000000..a4229f941 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +hg pull +hg update +cabal install --reinstall \ No newline at end of file