adapt to wget2
This commit is contained in:
parent
73de13593a
commit
fac8fff2ed
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@
|
|||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
set -o pipefail
|
||||
|
||||
PACKAGES=${PACKAGES:-wget}
|
||||
PACKAGES='wget'
|
||||
if rlIsFedora '>= 40'; then
|
||||
PACKAGES="wget2"
|
||||
fi
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue