From 2c8b21fa6ff0f8dc3c9479db00058ff8132ba155 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 20 Jul 2017 08:38:49 +0200 Subject: Updated theme scripts. --- scripts/theme-download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/theme-download.sh') diff --git a/scripts/theme-download.sh b/scripts/theme-download.sh index 76fe539..f86dc80 100755 --- a/scripts/theme-download.sh +++ b/scripts/theme-download.sh @@ -4,9 +4,9 @@ cd ~/Downloads BASE_URL=http://kojipkgs.fedoraproject.org/packages PACKAGE=dogtag-pki-theme -VERSION=10.2.0 +VERSION=10.3.5 RELEASE=1 -OS=fc21 +OS=fc24 wget $BASE_URL/$PACKAGE/$VERSION/$RELEASE.$OS/noarch/dogtag-pki-console-theme-$VERSION-$RELEASE.$OS.noarch.rpm wget $BASE_URL/$PACKAGE/$VERSION/$RELEASE.$OS/noarch/dogtag-pki-server-theme-$VERSION-$RELEASE.$OS.noarch.rpm -- cgit