mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-26 11:11:01 +00:00
Merge e39213178d9e4fd42516c80fec09a7826a717a40 into b3455fa99a5e8d07133d5140017ec7c49f032a07
This commit is contained in:
commit
1f8633c562
@ -521,7 +521,7 @@ main() {
|
||||
dnf)
|
||||
# DNF 5 has a different argument format; determine which one we have.
|
||||
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"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user