aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-15 13:10:40 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-15 13:10:40 +0200
commite32fa426c0089610515cef8fb5acd5c3dd9128b0 (patch)
tree4e4f07d94b97318bcd64ac3b568f5fdd4eb84025
parent7b2b5f72f2d85ac999a9c6d0b532d1d275e6277c (diff)
install_test_obs.sh: install more pkgs
-rwxr-xr-xrpm-local/scripts/install_test_obs.sh16
1 files changed, 15 insertions, 1 deletions
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