diff --git a/polystrap.sh b/polystrap.sh index 959845d..e835906 100755 --- a/polystrap.sh +++ b/polystrap.sh @@ -30,6 +30,7 @@ usage() { } export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C +export PATH=$PATH:/usr/sbin:/sbin if [ "$FAKEROOTKEY" = "" ]; then echo "re-executing script inside fakeroot" >&2