mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-30 07:43:42 +00:00
install.sh - fix DNF 5 detection on all locales (#15325)
Signed-off-by: Raúl Blanco <rbr007.movil@gmail.com>
This commit is contained in:
parent
e9324236e8
commit
a8c3490614
@ -521,7 +521,7 @@ main() {
|
|||||||
dnf)
|
dnf)
|
||||||
# DNF 5 has a different argument format; determine which one we have.
|
# DNF 5 has a different argument format; determine which one we have.
|
||||||
DNF_VERSION="3"
|
DNF_VERSION="3"
|
||||||
if dnf --version | grep -q '^dnf5 version'; then
|
if LANG=C.UTF-8 dnf --version | grep -q '^dnf5 version'; then
|
||||||
DNF_VERSION="5"
|
DNF_VERSION="5"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user