commit fadeed9565761d3d2948c05d57cf76bc05f7b8e0 parent 08836dd5cb337568080d4c918da92915679d2504 Author: sin <sin@2f30.org> Date: Tue, 27 May 2014 12:00:04 +0100 Remove hack Diffstat:
D | install-morpheus | | | 17 | ----------------- |
1 file changed, 0 insertions(+), 17 deletions(-)
diff --git a/install-morpheus b/install-morpheus @@ -1,17 +0,0 @@ -#!/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 - -installdir="/tmp/morpheus" - -wget -r --no-parent http://morpheus.2f30.org/0.0/packages/x86_64/ \ - -P "$installdir" -cd "$installdir" -git clone git://git.2f30.org/pkgtools -mkdir -p "$installdir/root" -for i in $(find "morpheus.2f30.org" -type f -name "*.tar.gz"); do - ./pkgtools/installpkg -r "$installdir/root" "$i" -done