diff --git a/bootstrap.sh b/bootstrap.sh index d75b431..fa438ac 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -13,7 +13,7 @@ apt-get install debootstrap -q -y suite=$1 rootfs=$2-$suite -test /usr/share/debootstrap/scripts/$suite \ +test -e /usr/share/debootstrap/scripts/$suite \ || ln -s ceres /usr/share/debootstrap/scripts/$suite debootstrap \