summaryrefslogtreecommitdiffstats
path: root/scripts/console-download.sh
blob: 77bbd6d39be18a7e052982e68a2d9c33345eff44 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -x

cd ~/Downloads

BASE_URL=http://kojipkgs.fedoraproject.org/packages
PACKAGE=pki-console
VERSION=10.2.0
RELEASE=1
OS=fc21

wget $BASE_URL/$PACKAGE/$VERSION/$RELEASE.$OS/noarch/pki-console-$VERSION-$RELEASE.$OS.noarch.rpm