From b2e01fa6bb42aa8abe41edf9743fed3faccbef4b Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Thu, 20 Jun 2013 21:36:30 +0000 Subject: 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 --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/build_environment') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index 514e9f4ee58..2ac3a75688e 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -2285,7 +2285,7 @@ install_RPM() { read -p "Do you want to add this repo (Y/n)?" if [ "$(echo ${REPLY:=Y} | tr [:upper:] [:lower:])" == "y" ]; then 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." else INFO " Skipping packman installation." -- cgit v1.2.3