aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-04-28 15:52:27 +0200
committerOliver Smith <osmith@sysmocom.de>2021-04-29 16:05:14 +0200
commit730d011de5cc3f4fc760b024e2ca1311f21ecfe9 (patch)
tree169bec4cec96da93f0cc9ac762eabdfe16897fe7 /scripts
parenta323d1a41c3d9ce2259e3298203bcb07fc68bdf1 (diff)
OBS: common: don't require wget anymore
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common-obs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/common-obs.sh b/scripts/common-obs.sh
index e7148bc..34f2549 100644
--- a/scripts/common-obs.sh
+++ b/scripts/common-obs.sh
@@ -12,8 +12,7 @@ osmo_cmd_require \
mktemp \
osc \
patch \
- sed \
- wget
+ sed
if [ -z "$PROJ" ]; then
echo "PROJ environment variable is not set"