Last active
May 20, 2026 21:43
-
-
Save Drewlius/e1b2f3763c7c2344112ba798550f03f4 to your computer and use it in GitHub Desktop.
Start adguard-cli and Adguardvpn-cli software in the proper order.
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
| adguardvpn-cli | |
| adguard-cli | |
| an active adguard license |
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
| #!/bin/bash | |
| sudo adguardvpn-cli connect -l '<location>';sudo aguard-cli check-update;sudo adguard-cli start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment