From 48f5d819d3aa3f12e079b80d59b2708a6a47fe12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 3 Jul 2012 10:14:57 +0000 Subject: [PATCH] - fix fetching other branches (same repo, just different package names) Changed files: update-source.sh -> 1.5 --- update-source.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-source.sh b/update-source.sh index d983e4f..ceb9b40 100644 --- a/update-source.sh +++ b/update-source.sh @@ -1,7 +1,8 @@ #!/bin/sh arch=x86_64 branch=${1:-stable} -sourceurl=http://dl.google.com/linux/chrome/rpm/$branch/$arch/ +sourceurl=http://dl.google.com/linux/chrome/rpm/stable/$arch/ + set -e echo -n "Fetching latest version... " -- 2.44.0