From 48da58f6bdbc217bb5f8c0d69f3017716e73b104 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sat, 14 Oct 2017 20:12:24 +0900 Subject: [PATCH] Fix typo --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2bc6155..6c5d7e2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,7 +10,7 @@ export DEBIAN_FRONTEND apt-get update 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 ln -fs ceres /usr/share/debootstrap/scripts/$suite done