mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 05:01:25 +00:00
add -L to mitigate issues
This commit is contained in:
parent
bd1c8321df
commit
32a574c7f7
@ -27,7 +27,7 @@ packages_to_swap=(
|
|||||||
centos-linux-release)
|
centos-linux-release)
|
||||||
|
|
||||||
packages_that_exist=($(rpm -q --queryformat="%{NAME}\n" "${packages_to_swap[@]}" | grep -v "not installed"))
|
packages_that_exist=($(rpm -q --queryformat="%{NAME}\n" "${packages_to_swap[@]}" | grep -v "not installed"))
|
||||||
release_to_install=($(curl -s ${current_url} | awk -F '"' '/rocky-repos|rocky-gpg-keys|rocky-release/ {print $2}'))
|
release_to_install=($(curl -L -s ${current_url} | awk -F '"' '/rocky-repos|rocky-gpg-keys|rocky-release/ {print $2}'))
|
||||||
|
|
||||||
# Release packages that are part of SIG's should be listed below when they are available.
|
# Release packages that are part of SIG's should be listed below when they are available.
|
||||||
#sigs_to_swap=()
|
#sigs_to_swap=()
|
||||||
|
Loading…
Reference in New Issue
Block a user