aboutsummaryrefslogtreecommitdiff
path: root/bin/update-xmonad.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/update-xmonad.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/update-xmonad.sh b/bin/update-xmonad.sh
new file mode 100755
index 0000000..d40b597
--- /dev/null
+++ b/bin/update-xmonad.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+cd /usr/src/xmonad
+darcs pull
+runhaskell Setup.lhs configure
+runhaskell Setup.lhs build
+runhaskell Setup.lhs install
+cd /usr/src/XMonadContrib
+darcs pull
+runhaskell Setup.lhs configure
+runhaskell Setup.lhs build
+runhaskell Setup.lhs install