mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 05:01:25 +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}'"
|
||||
fi
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user