scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 969d0cf3a1bc82d95e878973bd091ef00cbd60af
parent f14c0fcca6f842c1f065a5be0931c80751e87fc4
Author: sin <sin@2f30.org>
Date:   Wed, 21 May 2014 16:39:14 +0100

Use -e as well

Diffstat:
Minstall-morpheus | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/install-morpheus b/install-morpheus @@ -1,4 +1,9 @@ -#!/bin/sh -x +#!/bin/sh +# +# Bear in mind that some packages might be conflicting with each +# other. This is more of a hack to be honest. + +set -x -e installdir="/tmp/morpheus"