Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookyorange/mullvad-browser-linux-install
Install Mullvad Browser from a Tarball on your Linux machine, easily!
https://github.com/spookyorange/mullvad-browser-linux-install
archlinux bash bash-script debian fedora install linux mullvad mullvad-browser scripting sh steamos tarball targz ubuntu
Last synced: 3 months ago
JSON representation
Install Mullvad Browser from a Tarball on your Linux machine, easily!
- Host: GitHub
- URL: https://github.com/spookyorange/mullvad-browser-linux-install
- Owner: spookyorange
- License: agpl-3.0
- Created: 2024-08-10T12:00:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T12:04:56.000Z (5 months ago)
- Last Synced: 2024-09-27T01:23:18.464Z (4 months ago)
- Topics: archlinux, bash, bash-script, debian, fedora, install, linux, mullvad, mullvad-browser, scripting, sh, steamos, tarball, targz, ubuntu
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install tarball version of Mullvad Browser with just a basic script!
A script to easily install Mullvad Browser the tarball way on your Linux machine!
Note: This installation script is by no means affiliated with Mullvad project, Mullvad VPN project, Mullvad Browser project, or their maintainers.
## Usage
Clone the repo and run the script
```bashgit clone https://github.com/spookyorange/mullvad-browser-linux-install.git
cd mullvad-browser-linux-install
sh ./install.sh```
To remove the application(if it has been installed with this method)
```bashsh ./uninstall.sh
```
Updates are handled by Mullvad Browser itself. But if you wish to update manually, run the script again.
```bash
sh ./install.sh
```
## Details
The script will install the application in the following destinations if you have installed locally:
- ~/.tarball-installations/mullvad-browser
- ~/.local/bin/mullvad-browser
- ~/.local/share/applications/start-mullvad-browser.desktop
- Also wherever the app data may be at(app decides it and it may change, also may depend on machine your configuration)## 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.