update torbrowser.sh

Former-commit-id: 9ae6287f88
Former-commit-id: eb91bd87a1dcca92c407f94b9d081dfe7ab02b8e
This commit is contained in:
idk
2022-10-01 20:49:55 -04:00
parent ec90b0c3ca
commit fcc9f85b25

View File

@ -3,7 +3,7 @@ version="$(curl -s https://aus1.torproject.org/torbrowser/update_3/release/downl
locale="en-US" # mention your locale. default = en-US locale="en-US" # mention your locale. default = en-US
if [ -d /etc/default/locale ]; then if [ -d /etc/default/locale ]; then
. /etc/default/locale . /etc/default/locale
locale=$(echo "${LANG}" | sed 's|.UTF-8||g') locale=$(echo "${LANG}" | cut -d . -f1)
fi fi
if [ ! -f ./tor.keyring ]; then if [ ! -f ./tor.keyring ]; then