From 1c019761dfaf6be82de9284fa5e2b9dbfbdec27d Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 14 Aug 2011 17:16:55 -0400 Subject: Initial import --- bin/update-xmonad.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bin/update-xmonad.sh (limited to 'bin/update-xmonad.sh') 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 -- cgit v1.2.3