Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Jan 21, 2024
2 parents 23de6fe + abca189 commit 7c8823f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ I'm going to find another way or fix some of these methods but it doesn't work a

## Installation
- Import your OpenVPN configuration to NetworkManager configuration.
- Download from binary from [release page](https://github.com/nixargh/tired/releases).
- Download from binary from [release page](https://github.com/nixargh/roly-poly-vpn/releases).
- Set execution bit for binary: ```chmod +x ./roly-poly-vpn```
- Move somewhere to your **PATH**. At Ubuntu I prefer `~/.local/bin/` directory: ```mv ./roly-poly-vpn ~/.local/bin/```
- Run it and answer questions about NetworkManager VPN config name, ypur LDAP password and OTP secret.
If you make a mistake and want to change the value just run **roly-poly-vpn** with flag setting this secret and it will overwritten at your keyring. Or as alternative **seahorse** utility, which is a GUI keyring manager, could be used.
- Run it and answer questions about NetworkManager VPN config name, your LDAP password and OTP secret.
If you make a mistake and want to change the value just run **roly-poly-vpn** with flag setting this secret and it will be overwritten at your keyring. Or as alternative **seahorse** utility, which is a GUI keyring manager, could be used.
- In case you like to run **roly-poly-vpn** as a **per-user systemd** service, do like this:
```
cp ./systemd/roly-poly-vpn.service ~/.config/systemd/user/
Expand Down

0 comments on commit 7c8823f

Please sign in to comment.