diff --git a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh index 6c27f30..3996636 100755 --- a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh +++ b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh @@ -19,6 +19,14 @@ which ms-sys || (wget https://sourceforge.net/projects/ms-sys/files/latest/downl echo "spartlnx" which spartlnx.run || $(wget http://damien.guibouret.free.fr/savepart.zip &>/dev/null; unzip -o savepart.zip -d /sbin/) +echo "python-libfdisk" +apt-get -y install python3-psutil python3-dev libfdisk-dev python3-setuptools +git clone git://git.48k.eu/python-libfdisk +pushd python-libfdisk +python3 setup.py install +popd +apt-get -y remove python3-dev python3-setuptools + popd export LANGUAGE=$OLDLANGUAGE export LC_ALL=$OLDLC_ALL