Skip to content

Commit

Permalink
chore(install-nvidia-driver): set LANGUAGE environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Dec 20, 2023
1 parent 327223e commit 64e3533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-nvidia-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ if [ -z "${BASH_VERSION:-}" ]; then
abort "Bash is required to interpret this script."
fi

export LANGUAGE="C:en"

# shellcheck disable=1091
if [[ "$(uname -s)" != "Linux" ]] || (source /etc/os-release && [[ "${NAME:-}" != "Ubuntu" ]]); then
abort "This script only supports Ubuntu Linux."
Expand Down

0 comments on commit 64e3533

Please sign in to comment.