mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: Fedora 40 only has wget2
The wget package can be downloaded from the command-line, but as Salt does not follow DNF package redirects, the package is installed but the state fails as Salt cannot find a package with the same name installed.
This commit is contained in:
parent
e65b0bfde9
commit
7a70535553
@ -23,7 +23,7 @@ include:
|
||||
- qubes-core-agent-networking
|
||||
- ca-certificates
|
||||
- curl
|
||||
- wget
|
||||
- wget2
|
||||
- git
|
||||
- rsync
|
||||
- transmission-cli
|
||||
|
@ -33,7 +33,7 @@ include:
|
||||
- python3-sh
|
||||
- rpm-build
|
||||
- rpmdevtools
|
||||
- wget
|
||||
- wget2
|
||||
- python3-debian
|
||||
- reprepro
|
||||
- systemd-udev
|
||||
|
Loading…
Reference in New Issue
Block a user