Update linux-install-firefox-developer-edition

This commit is contained in:
Andros Fenollosa 2023-12-29 11:32:51 +01:00 committed by GitHub
parent ddf9aefeb6
commit eaa03cf28e
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-developer/ /usr/bin/firefox-developer sudo rm -rf /opt/firefox-developer/ /usr/bin/firefox-developer
# DOWNLOAD # DOWNLOAD
curl -L -o firefox-developer.tar.bz2 https://download.mozilla.org/\?product\=firefox-devedition-latest-ssl\&os\=linux64\&lang\=en-US curl -L -o firefox-developer.tar.bz2 https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64
# EXTRACT # EXTRACT
tar -xf firefox-developer.tar.bz2 tar -xf firefox-developer.tar.bz2