Skip to content

Commit

Permalink
fix(wireguard): manually downgrade version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dazlious committed Jun 11, 2020
1 parent 9054f2e commit 01c08c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ commands:
sudo add-apt-repository ppa:wireguard/wireguard -y
sudo apt-get update
sudo apt-get install wireguard-dkms wireguard-tools linux-headers-$(uname -r)
wget http://ppa.launchpad.net/wireguard/wireguard/ubuntu/pool/main/w/wireguard-linux-compat/wireguard-dkms_1.0.20200520-0ppa1~16.04_all.deb
sudo dpkg -i wireguard-dkms_1.0.20200520-0ppa1~16.04_all.deb
initialize:
description: "Initialize WireGuard"
parameters:
Expand Down

0 comments on commit 01c08c3

Please sign in to comment.