Updating suse packman repo url, name and alias to go in line with what suse does right now. At least this should avoid duplicate packman repos on 12.3

This commit is contained in:
Daniel Salazar 2013-06-20 21:36:30 +00:00
parent 2efea8cf03
commit b2e01fa6bb

@ -2285,7 +2285,7 @@ install_RPM() {
read -p "Do you want to add this repo (Y/n)?" read -p "Do you want to add this repo (Y/n)?"
if [ "$(echo ${REPLY:=Y} | tr [:upper:] [:lower:])" == "y" ]; then if [ "$(echo ${REPLY:=Y} | tr [:upper:] [:lower:])" == "y" ]; then
INFO " Installing packman..." INFO " Installing packman..."
sudo zypper ar -f http://packman.inode.at/suse/openSUSE_$_suse_rel/ packman sudo zypper ar --refresh --name 'Packman Repository' http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_$_suse_rel/ ftp.gwdg.de-suse
INFO " Done." INFO " Done."
else else
INFO " Skipping packman installation." INFO " Skipping packman installation."