mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-30 11:10:15 +00:00
hamlib moved to community
This commit is contained in:
parent
7b1c001830
commit
2db206e2dc
1 changed files with 5 additions and 8 deletions
|
|
@ -1,15 +1,12 @@
|
|||
---
|
||||
- name: Install GNUradio
|
||||
pacman: name=gnuradio state=present
|
||||
pacman:
|
||||
name: gnuradio
|
||||
state: present
|
||||
|
||||
- name: Install hamlib
|
||||
aur:
|
||||
name:
|
||||
- perl-opcodes
|
||||
- hamlib
|
||||
user: "{{ user.name }}"
|
||||
tags:
|
||||
- aur
|
||||
name: hamlib
|
||||
state: present
|
||||
|
||||
- include: rtl-sdr.yml
|
||||
- include: radio_mgmt.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue