Change-Id: Iba37058a0995660742b7146af3bec69339911382
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
REPOSITORY="stable"
REPOSITORY_BASE="http://osm-download.etsi.org/repository/osm/debian"
-while getopts ":r:k:u:R:" o; do
+while getopts ":r:k:u:R:b:" o; do
case "${o}" in
r)
REPOSITORY=${OPTARG}
u)
REPOSITORY_BASE=${OPTARG}
;;
+ b)
+ ## ignore branch option
+ ;;
esac
done
key_location=$REPOSITORY_BASE/$RELEASE/$REPOSITORY_KEY
+echo $key_location
curl $key_location | apt-key add -