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
|
- qubes-core-agent-networking
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- curl
|
- curl
|
||||||
- wget
|
- wget2
|
||||||
- git
|
- git
|
||||||
- rsync
|
- rsync
|
||||||
- transmission-cli
|
- transmission-cli
|
||||||
|
@ -33,7 +33,7 @@ include:
|
|||||||
- python3-sh
|
- python3-sh
|
||||||
- rpm-build
|
- rpm-build
|
||||||
- rpmdevtools
|
- rpmdevtools
|
||||||
- wget
|
- wget2
|
||||||
- python3-debian
|
- python3-debian
|
||||||
- reprepro
|
- reprepro
|
||||||
- systemd-udev
|
- systemd-udev
|
||||||
|
Loading…
Reference in New Issue
Block a user