mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 21:21:28 +00:00
english locale only for runtime
This commit is contained in:
parent
70b4e534b8
commit
78df5a0131
@ -12,6 +12,8 @@ if [ "$(id -u)" -ne 0 ]; then
|
|||||||
echo "Either use sudo or 'su -c ${0}'"
|
echo "Either use sudo or 'su -c ${0}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
|
||||||
SUPPORTED_RELEASE="8.3"
|
SUPPORTED_RELEASE="8.3"
|
||||||
SUPPORTED_MAJOR="8"
|
SUPPORTED_MAJOR="8"
|
||||||
current_url="https://dl.rockylinux.org/pub/rocky/${SUPPORTED_RELEASE}/BaseOS/x86_64/os/Packages"
|
current_url="https://dl.rockylinux.org/pub/rocky/${SUPPORTED_RELEASE}/BaseOS/x86_64/os/Packages"
|
||||||
|
Loading…
Reference in New Issue
Block a user