mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-21 20:51:26 +00:00
add multi-arch fix
This commit is contained in:
parent
5e22c910a5
commit
246a685a64
@ -33,7 +33,8 @@ export LANG=en_US.UTF-8
|
||||
|
||||
SUPPORTED_RELEASE="8.3"
|
||||
SUPPORTED_MAJOR="8"
|
||||
current_url="https://dl.rockylinux.org/pub/rocky/${SUPPORTED_RELEASE}/BaseOS/x86_64/os/Packages"
|
||||
ARCH=$(arch)
|
||||
current_url="https://dl.rockylinux.org/pub/rocky/${SUPPORTED_RELEASE}/BaseOS/${ARCH}/os/Packages"
|
||||
# These are packages that can be swapped safely over and will have more added over time.
|
||||
packages_to_swap=(
|
||||
centos-backgrounds \
|
||||
|
Loading…
Reference in New Issue
Block a user