From: Yaroslav Halchenko Date: Thu, 14 Aug 2014 17:12:34 +0000 (-0400) Subject: enable question must be of high priority X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f5fd9a48c4123ba41b9382ec0ae0703af736b91;p=neurodebian.git enable question must be of high priority --- diff --git a/debian/neurodebian.config b/debian/neurodebian.config index 2d89688..1c4ffe3 100755 --- a/debian/neurodebian.config +++ b/debian/neurodebian.config @@ -42,7 +42,7 @@ while [ "$STATE" != 0 -a "$STATE" -lt 9 ]; do esac db_set neurodebian/enable $enable fi - db_input medium neurodebian/enable || true + db_input high neurodebian/enable || true ;; 2) neurodebian_releases="$(ND_IFS=', ' nd-configurerepo --print-releases)"