mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Replace all 'wget' with 'wget2-wget': Wget2asWget Change
Per https://fedoraproject.org/wiki/Changes/Wget2asWget , wget has been retired from Rawhide and replaced by wget2-wget. I think kickstarts *do* resolve Provides so this probably works okay as-is, but it seems clearer to update the name. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -92,7 +92,7 @@ htop
|
||||
mc
|
||||
vim
|
||||
nano
|
||||
wget
|
||||
wget2-wget
|
||||
|
||||
# Add dependencies for the welcome screen
|
||||
# (this makes it run also on non-GNOME systems)
|
||||
|
||||
@@ -99,7 +99,7 @@ util-linux-core
|
||||
vim-minimal
|
||||
vte-profile
|
||||
vulkan-loader
|
||||
wget
|
||||
wget2-wget
|
||||
which
|
||||
whois
|
||||
words
|
||||
|
||||
@@ -21,7 +21,7 @@ thunar
|
||||
gnome-keyring-pam
|
||||
# Admin tools are handy to have
|
||||
@admin-tools
|
||||
wget
|
||||
wget2-wget
|
||||
# Better more popular browser
|
||||
system-config-printer
|
||||
# Install XFCE polkit
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
nano
|
||||
openssh-clients
|
||||
vim-enhanced
|
||||
wget
|
||||
wget2-wget
|
||||
|
||||
# Remove Pythons possibly recommended by tox
|
||||
-python2
|
||||
|
||||
@@ -19,7 +19,7 @@ fedora-release-xfce
|
||||
@xfce-media
|
||||
@xfce-office
|
||||
|
||||
wget
|
||||
wget2-wget
|
||||
system-config-printer
|
||||
|
||||
# save some space
|
||||
|
||||
Reference in New Issue
Block a user