This commit is contained in:
Olaf Meeuwissen 2017-10-14 20:12:24 +09:00
parent e10eab92c3
commit 48da58f6bd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export DEBIAN_FRONTEND
apt-get update apt-get update
apt-get install debootstrap -q -y apt-get install debootstrap -q -y
# See http://bugs.devuan.org//cgi/bugreport.cgi?bug=115 # See http://bugs.devuan.org/cgi/bugreport.cgi?bug=115
for suite in stable testing unstable; do for suite in stable testing unstable; do
ln -fs ceres /usr/share/debootstrap/scripts/$suite ln -fs ceres /usr/share/debootstrap/scripts/$suite
done done