Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookyorange/thunderbird-linux-install
Install Thunderbird from a Tarball on your Linux machine, easily!
https://github.com/spookyorange/thunderbird-linux-install
bash debian fedora fedora-silverblue fedora-workstation install linux mozilla-thunderbird sh shell shell-script tarball thunderbird ubuntu
Last synced: about 2 months ago
JSON representation
Install Thunderbird from a Tarball on your Linux machine, easily!
- Host: GitHub
- URL: https://github.com/spookyorange/thunderbird-linux-install
- Owner: spookyorange
- License: agpl-3.0
- Created: 2024-05-04T18:21:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:25:28.000Z (8 months ago)
- Last Synced: 2024-10-20T00:09:43.297Z (3 months ago)
- Topics: bash, debian, fedora, fedora-silverblue, fedora-workstation, install, linux, mozilla-thunderbird, sh, shell, shell-script, tarball, thunderbird, ubuntu
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install tarball version of Thunderbird with just a basic script!
A script to easily install Thunderbird the tarball way on your Linux machine!
Note: This installation script is by no means affiliated with Thunderbird project, or its maintainers.
## Usage
Clone the repo and run the script
```bashgit clone https://github.com/spookyorange/thunderbird-linux-install.git
cd thunderbird-linux-install
sh ./install.sh```
To remove the application(if it has been installed with this method)
```bashsh ./uninstall.sh
```
Updates are handled by changing the version number and running install.sh again, please change the version from inside the install.sh and run it again. If you wish to contribute to the project, whenever a new version comes out, you may open an issue or create a pull request!
```bash
sh ./install.sh
```
## Details
The script will install the application in the following destinations if you have installed locally:
- ~/.tarball-installations/thunderbird
- ~/.local/bin/thunderbird
- ~/.local/share/applications/thunderbird.desktop## Tested Distros
- Fedora by Spookyorange
- SteamOS(Steam Deck) by Spookyorange## Contributing
If you have a distro that you would like to add to the list of tested distros, please submit a pull request with the changes you made to the script and the distro you tested it on.