mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-26 20:10:57 +00:00
wget missing
This commit is contained in:
parent
4a1418fe09
commit
77aa31a951
1 changed files with 11 additions and 0 deletions
11
hidden.cfg
11
hidden.cfg
|
@ -4282,3 +4282,14 @@ package {
|
|||
include_filter: "erofs-utils.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "wget"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "hidden"
|
||||
include_filter: "wget.aarch64"
|
||||
include_filter: "wget.ppc64le"
|
||||
include_filter: "wget.s390x"
|
||||
include_filter: "wget.x86_64"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue