https://github.com/vitexus/thunderbirddailydeb
Thunderbird Nightly installer package for Debian / Ubuntu
https://github.com/vitexus/thunderbirddailydeb
Last synced: about 1 year ago
JSON representation
Thunderbird Nightly installer package for Debian / Ubuntu
- Host: GitHub
- URL: https://github.com/vitexus/thunderbirddailydeb
- Owner: Vitexus
- License: bsd-2-clause
- Created: 2019-04-08T13:48:32.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T09:30:42.000Z (over 1 year ago)
- Last Synced: 2025-02-14T22:53:28.331Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 625 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Thunderbird daily installer package for Debian / Ubuntu
=======================================================

Thunderbird Nightly gets a new version every day and as a consequence, the release notes for the Nightly channel are updated continuously to reflect features that have reached sufficient maturity to benefit from community feedback and bug reports. Features listed here may or may not make a final release of Thunderbird.
Building package
----------------
```shell
apt-get -y install devscripts dpkg-dev
git clone https://github.com/Vitexus/ThunderbirdDailyDeb.git
debuild -i -us -uc -b
```
Installation
------------
Download from [repo.vitexsoftware.com](https://repo.vitexsoftware.com/pool/main/d/daily/) or Build package. Then install:
```shell
apt install ./thunderbird-daily_*.deb
```
Or you can use repo:
```shell
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install daily
```

See also: