Fix typo
This commit is contained in:
parent
e10eab92c3
commit
48da58f6bd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue