From dd55d0c7723fe3a81b33a3be4386e76a24bdc5e0 Mon Sep 17 00:00:00 2001 From: adv Date: Wed, 21 Sep 2011 14:56:43 +0000 Subject: [PATCH] branch version 1.0 #440 partclone 0.2.8 git-svn-id: https://opengnsys.es/svn/branches/version1.0@2311 a21b9725-9963-47de-94b9-378ad31fedc9 --- includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh index 96c36ed..568548f 100755 --- a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh +++ b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh @@ -20,7 +20,8 @@ echo "ms-sys " which ms-sys || ms-sys install &>/dev/null echo "echo partclone " -which partclone.ntfs || $(wget -O partclone_0.2.16_i386.deb http://downloads.sourceforge.net/project/partclone/stable/0.2.16/partclone_0.2.16_i386.deb?use_mirror=ovh &>/dev/null; gdebi -n partclone_0.2.16_i386.deb &>/dev/null) +#which partclone.ntfs || $(wget -O partclone_0.2.16_i386.deb http://downloads.sourceforge.net/project/partclone/stable/0.2.16/partclone_0.2.16_i386.deb?use_mirror=ovh &>/dev/null; gdebi -n partclone_0.2.16_i386.deb &>/dev/null) +which partclone.ntfs || gdebi -n /var/cache/apt/archivesOG/partclone_0.2.8_i386.deb echo "spartlnx" which spartlnx.run || $(wget http://damien.guibouret.free.fr/savepart.zip &>/dev/null; unzip -o savepart.zip -d /sbin/)