You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.github | 3 weeks ago | |
debian | 3 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 3 years ago | |
README.md | 5 months ago | |
Vagrantfile | 4 years ago | |
bootstrap.sh | 3 years ago | |
firefox-devedition.desktop | 3 years ago | |
mozicon300.png | 3 years ago | |
vagrantubuntu.png | 3 years ago |
README.md
Firefox Developer Edition package for Debian / Ubuntu
A version of Firefox that's tailored for web developers.
Building package
apt-get -y install devscripts dpkg-dev
git clone https://github.com/VitexSoftware/FirefoxDevelEditionDeb.git
debuild -i -us -uc -b
Installation
Download from https://www.vitexsoftware.cz/pool/main/f/firefox-devedition/firefox-devedition_1.0.0_all.deb or Build package. Then install:
gdebi firefox-devedition_1.0.0_all.deb
Or you can use repo:
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install firefox-devedition
Testing
vagrant up
vagrant ssh
sudo apt install xfce4
startxfce4
See also: https://github.com/Vitexus/ThunderbirdDailyDeb https://github.com/Vitexus/FirefoxNightlyDeb