Skip to content

Commit

Permalink
install resolvconf
Browse files Browse the repository at this point in the history
  • Loading branch information
clincha committed Oct 19, 2024
1 parent 8ffc99f commit b0b9377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_vagrant_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Establish WireGuard connection"
run: |
sudo apt-get -qq update
sudo apt-get -qq install wireguard
sudo apt-get -qq install wireguard resolvconf
echo "[Interface]
PrivateKey = ${{ secrets.WIREGUARD_PRIVATE_KEY }}
Expand Down

0 comments on commit b0b9377

Please sign in to comment.