Update linux-install-firefox

This commit is contained in:
Andros Fenollosa 2023-12-29 11:30:43 +01:00 committed by GitHub
parent f6033556f7
commit d53786c48d
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
# DOWNLOAD
curl -L -o firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/88.0/linux-x86_64/es-ES/firefox-88.0.tar.bz2
curl -L -o firefox.tar.bz2 https://download.mozilla.org/?product=firefox-latest&os=linux
# EXTRACT
tar -xf firefox.tar.bz2