Skip to content

Commit

Permalink
Fix AWS Workspaces Client for Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 8, 2024
1 parent e9b9806 commit 14308f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions programs/workspacesclient/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ key="/usr/share/keyrings/workspaces-client-linux-public-key.gpg"
wget -q -O - https://workspaces-client-linux-public-key.s3-us-west-2.amazonaws.com/ADB332E7.asc \
| sudo gpg --dearmor --yes --output "$key"

echo "deb [arch=amd64 signed-by=$key] https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu focal main" \
| sudo sponge /etc/apt/sources.list.d/amazon-workspaces-clients.list
source /etc/os-release

echo "deb [arch=amd64 signed-by=$key] https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu $VERSION_CODENAME main" \
| sudo sponge /etc/apt/sources.list.d/amazon-workspaces-clients.list

sudo apt-get update

Expand Down

0 comments on commit 14308f6

Please sign in to comment.