mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-30 11:10:15 +00:00
add wireguard
This commit is contained in:
parent
43aeabc4e9
commit
e9878273da
1 changed files with 7 additions and 0 deletions
|
|
@ -50,3 +50,10 @@
|
|||
|
||||
- name: Install speedtest-cli
|
||||
pacman: name=speedtest-cli state=present
|
||||
|
||||
- name: Install wireguard and kernel modules
|
||||
pacman:
|
||||
name:
|
||||
- wireguard-tools
|
||||
- wireguard-dkms
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue