mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 13:11:26 +00:00
fix release ID
This commit is contained in:
parent
7d18ba50d6
commit
4991811242
@ -74,8 +74,8 @@ generate_rpm_info() {
|
|||||||
|
|
||||||
package_swaps() {
|
package_swaps() {
|
||||||
rpm -e --nodeps "${packages_to_swap[@]}"
|
rpm -e --nodeps "${packages_to_swap[@]}"
|
||||||
rpm -ihv ${current_url}/${SUPPORTED_RELEASE}/BaseOS/x86_64/os/Packages/rocky-release-${SUPPORTED_RELEASE}-1.el8.x86_64.rpm \
|
rpm -ihv ${current_url}/${SUPPORTED_RELEASE}/BaseOS/x86_64/os/Packages/rocky-release-${SUPPORTED_RELEASE}-11.el8.x86_64.rpm \
|
||||||
${current_url}/${SUPPORTED_RELEASE}/BaseOS/x86_64/os/Packages/rocky-repos-${SUPPORTED_MAJOR}-1.el8.x86_64.rpm
|
${current_url}/${SUPPORTED_RELEASE}/BaseOS/x86_64/os/Packages/rocky-repos-${SUPPORTED_MAJOR}-11.el8.x86_64.rpm
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Removing dnf cache"
|
echo "Removing dnf cache"
|
||||||
rm -rf /var/cache/{yum,dnf}
|
rm -rf /var/cache/{yum,dnf}
|
||||||
|
Loading…
Reference in New Issue
Block a user