From e32fa426c0089610515cef8fb5acd5c3dd9128b0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 15 May 2020 13:10:40 +0200 Subject: install_test_obs.sh: install more pkgs Change-Id: If69df6bc24d32f7e0e31f6a317eaabc2ebb0af06 --- rpm-local/scripts/install_test_obs.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/rpm-local/scripts/install_test_obs.sh b/rpm-local/scripts/install_test_obs.sh index 28b66b1..1ba9af8 100755 --- a/rpm-local/scripts/install_test_obs.sh +++ b/rpm-local/scripts/install_test_obs.sh @@ -16,4 +16,18 @@ dnf --setopt=keepcache=1 -y check-update /etc/yum.repos.d/$REPO_FILE # install packages # somehow -y is not enough -yes | dnf --setopt=keepcache=1 -y install osmo-trx-uhd +yes | dnf --setopt=keepcache=1 -y install \ + osmo-bsc \ + osmo-bts \ + osmo-ggsn \ + osmo-hlr \ + osmo-iuh \ + osmo-mgw \ + osmo-msc \ + osmo-pcu \ + osmo-sgsn \ + osmo-trx \ + osmo-trx-uhd + + +bash -- cgit v1.2.3