Skip to content

Commit

Permalink
Fix awsvpnclient installer
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Apr 9, 2024
1 parent 459c890 commit ed2feef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/awsvpnclient/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ elif [[ "$dist" = "20.04" ]]; then
libicu="libicu66"
fi

sudo apt install "$libicu"
sudo apt install --assume-yes "$libicu"

# For Docker. Installing the package starts a systemd service.
if [[ $(readlink /sbin/init) != "/lib/systemd/systemd" ]]; then
Expand Down

0 comments on commit ed2feef

Please sign in to comment.