There was an error while loading. Please reload this page.
1 parent a2fed54 commit 8992e36Copy full SHA for 8992e36
1 file changed
install.sh
@@ -128,7 +128,7 @@ tor_deps_install ()
128
129
deb_deps_check ()
130
{
131
- apt-cache policy "${deb_deps[@]}" | grep "Installed.*none"
+ LANG=C apt-cache policy "${deb_deps[@]}" | grep "Installed.*none"
132
}
133
134
deb_deps_install ()
0 commit comments