Public bug reported: I am adding Medibuntu to Mint 12, but the Bash add script given on your website gives "not found" line. This is due to the "$(lsb_release -cs).list" resolving to " www.medibuntu.org/sources.list.d/lisa.list" which of course dows not exist.
COMPLETE COMMAND LINE: sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --2012-04-16 10:49:31-- http://www.medibuntu.org/sources.list.d/lisa.list Resolving www.medibuntu.org... 88.191.127.22 Connecting to www.medibuntu.org|88.191.127.22|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-04-16 10:49:33 ERROR 404: Not Found. WORKAROUND: Manually editing the line to oneirc.list allows the script to run: sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/oneiric.list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update --2012-04-16 10:52:23-- http://www.medibuntu.org/sources.list.d/oneiric.list Resolving www.medibuntu.org... 88.191.127.22 Connecting to www.medibuntu.org|88.191.127.22|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 280 [text/plain] Saving to: `/etc/apt/sources.list.d/medibuntu.list' .. ** Affects: medibuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Medibuntu Packaging Team, which is the registrant for Medibuntu. https://bugs.launchpad.net/bugs/983290 Title: Ubuntu downstream users need to modify the add repository command To manage notifications about this bug go to: https://bugs.launchpad.net/medibuntu/+bug/983290/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~medibuntu-maintainers Post to : [email protected] Unsubscribe : https://launchpad.net/~medibuntu-maintainers More help : https://help.launchpad.net/ListHelp

