Update linux-install-firefox

This commit is contained in:
Andros Fenollosa 2023-12-29 11:33:28 +01:00 committed by GitHub
parent d53786c48d
commit da1d8bab35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ set -e
sudo rm -rf /opt/firefox/ /usr/bin/firefox sudo rm -rf /opt/firefox/ /usr/bin/firefox
# DOWNLOAD # DOWNLOAD
curl -L -o firefox.tar.bz2 https://download.mozilla.org/?product=firefox-latest&os=linux curl -L -o firefox.tar.bz2 https://download.mozilla.org/?product=firefox-latest&os=linux64
# EXTRACT # EXTRACT
tar -xf firefox.tar.bz2 tar -xf firefox.tar.bz2