Skip to content

simon-connektica/ansible-aws-vpn-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Install AWS VPN Client on Debian Bookworm

Installs awsvpnclient on Debian Bookworm and takes care of fixing all the issues the package has.

Install ansible

Run:

sudo apt install pipx
pipx install --include-deps ansible
pipx ensurepath

Restart your shell or do source ~/.profile.

Run the playbook

./main.yml

Enter your sudo password (BECOME password). Let the playbook run. Once the playbook is done running, either restart your computer or re-login into your desktop session (to reload /etc/profile.d) and you should have a working AWS VPN Client install.

Fixes applied

  • Installs an older libssl, 1.1, because the package is only compatible with that version.
  • Configures DOTNET environment variables to remove libicu requirement in GUI.
  • Configures DOTNET environment variables to remove libicu requirement in the daemon.
  • Creates a symlink so that the desktop entry can actually launch the GUI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages