english locale only for runtime

This commit is contained in:
nazunalika 2021-05-02 09:50:33 -07:00
parent 70b4e534b8
commit 78df5a0131
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 2 additions and 0 deletions

View File

@ -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"