#!/bin/bash # Kanotix Build System Installer by acritox [ -z "$build_addons_mirror" ] && export build_addons_mirror="http://acritox.de/kanotix/build/" mkdir -p addons wget -Ncq -P addons/ "$build_addons_mirror/acritox_build_system" if ! type lh_build >/dev/null; then ((UID)) && echo "You need to install live-helper: apt-get install live-helper" || \ apt-get install live-helper fi