Skip to content

Commit

Permalink
this wont be easy, will it
Browse files Browse the repository at this point in the history
  • Loading branch information
mefinity committed Oct 30, 2024
1 parent b542701 commit 100152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup WireGuard
run: |
sudo apt-get update
sudo apt-get install -y wireguard
sudo apt-get install -y wireguard resolvconf
echo "${{ secrets.WIREGUARD_CONFIG }}" > wg0.conf
sudo mv wg0.conf /etc/wireguard/wg0.conf
sudo wg-quick up wg0
Expand Down

0 comments on commit 100152f

Please sign in to comment.