master
Can202 2021-06-18 15:40:02 -04:00
parent cda97f74b8
commit b0ab367300
3 changed files with 22 additions and 0 deletions

15
firefox_installer Normal file
View File

@ -0,0 +1,15 @@
#!/bin/sh
cd /tmp/
mkdir FirefoxInstalerCache/
cd FirefoxInstalerCache/
echo Cache folder created
wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/89.0.1/linux-x86_64/en-US/firefox-89.0.1.tar.bz2
tar -xjvf firefox-89.0.1.tar.bz2
echo Firefox binary downloaded and unzipped
git clone https://github.com/Can202/FirefoxInstallerLinux

1
media/firefox-a Normal file
View File

@ -0,0 +1 @@
/opt/firefox/firefox

6
media/firefox-a.desktop Executable file
View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Firefox
Exec=firefox-a
Icon=/opt/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=Network