diff options
-rw-r--r-- | topics/uthsc-vpn-with-free-software.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/uthsc-vpn-with-free-software.gmi b/topics/uthsc-vpn-with-free-software.gmi index 34c9901..651fb83 100644 --- a/topics/uthsc-vpn-with-free-software.gmi +++ b/topics/uthsc-vpn-with-free-software.gmi @@ -46,7 +46,7 @@ Then, run the openconnect-sso client as usual. ## Putting it all together using Guix G-expressions -Remembering to do all these steps is a hassle. Writing a shell script to automate this is a good idea, but why write shell scripts when we have G-expressions! Here's a G-expression that I prepared earlier. +Remembering to do all these steps is a hassle. Writing a shell script to automate this is a good idea, but why write shell scripts when we have G-expressions! Here's a G-expression script that I prepared earlier. => uthsc-vpn.scm Download it, tweak the %hosts variable to specify the hosts you are interested in, and run it like so: ``` |