From: Michael Hanke Date: Wed, 20 Oct 2010 13:11:03 +0000 (-0400) Subject: Enable multiverse in ubuntu cows. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba4799774339087c907944265b3fc9629ff0963d;p=neurodebian.git Enable multiverse in ubuntu cows. --- diff --git a/cmdsettings.sh b/cmdsettings.sh index 3ba5d1d..7ffff03 100644 --- a/cmdsettings.sh +++ b/cmdsettings.sh @@ -18,7 +18,7 @@ mirror="http://debian.lcs.mit.edu/debian" # overwrite necessary bits for ubuntu if [ "${family#nd+}" = "ubuntu" ]; then aptcache="${cowbuilderroot}/ubuntu_aptcache" - components="main universe" + components="main universe multiverse" mirror="http://ubuntu.media.mit.edu/ubuntu" fi