From 8721b1978656c5daee03e57995395f74a8a5ed5f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 30 Jul 2014 11:50:21 +0200 Subject: Fix failure installing via script on (very) minimal system: Install apt-utils before other packages, to ensure dictionaries-common can do its trick of postponing configuration till after a wordlist exist (bug#751367). --- skel/script.sh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'skel') diff --git a/skel/script.sh.in b/skel/script.sh.in index b33aa72..1a66cba 100644 --- a/skel/script.sh.in +++ b/skel/script.sh.in @@ -6,6 +6,9 @@ set -e # DebianParl Homepage: https://wiki.debian.org/DebianParl # Source of this code: git://git.debian.org/parl/blends +# Workaround for dictionaries-common install failure (bug#751367) +aptitude install apt-utils + __PKGDESC__ aptitude install task-laptop __PKGLIST__ -- cgit v1.2.3