Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 8992e36

Browse files
committed
Fix Debian dependency check for non-English locales
1 parent a2fed54 commit 8992e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ tor_deps_install ()
128128

129129
deb_deps_check ()
130130
{
131-
apt-cache policy "${deb_deps[@]}" | grep "Installed.*none"
131+
LANG=C apt-cache policy "${deb_deps[@]}" | grep "Installed.*none"
132132
}
133133

134134
deb_deps_install ()

0 commit comments

Comments
 (0)