This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mullvad VPN GUI Client is now on solus linux and i will show some bug fixes and how to get it installed on your system. | |
| How to install Mullvad VPN GUI Client via the Package Manager: | |
| 1. Open your software center, And find search. | |
| 2. Now in the search box enter this, "mullvad" and then once you have done that, Now you can install the app. | |
| 3. Next tutorial will fix the bug where it says, "Connecting to Mullvad system service". If you get this error after install then follow along, If not then you can skip this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python2 | |
| from pisi.api import * | |
| from pisi.util import human_readable_size | |
| from os.path import basename as b | |
| from sys import argv | |
| ctx = {} |