Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
588bc932de | |||
25b59beb72 | |||
b07a77fa8f | |||
b599fcc34f | |||
d73c2e0273 |
@@ -3,6 +3,7 @@ packages_linux_common_all_families:
|
||||
- 'bc'
|
||||
- 'btop'
|
||||
- 'dosfstools'
|
||||
- 'dhcping'
|
||||
- 'fping'
|
||||
- 'git'
|
||||
- 'iperf3'
|
||||
@@ -19,9 +20,11 @@ packages_linux_common_all_families:
|
||||
- 'pigz'
|
||||
- 'pv'
|
||||
- 'rsync'
|
||||
- 'stress-ng'
|
||||
- 'swaks'
|
||||
- 'tcpdump'
|
||||
- 'tmux'
|
||||
- 'traceroute'
|
||||
- 'tree'
|
||||
- 'unzip'
|
||||
- 'wget'
|
||||
@@ -45,6 +48,7 @@ packages_linux_paru_archlinux:
|
||||
packages_linux_common_debian:
|
||||
- 'apt-file'
|
||||
- 'bind9-dnsutils'
|
||||
- 'debconf-utils'
|
||||
- 'exa'
|
||||
- 'flent'
|
||||
- 'gdisk'
|
||||
|
@@ -133,7 +133,7 @@
|
||||
label: 'Set ''{{ paru_option.name }}'' {% if paru_option.value %}to ''{{ paru_option.value }}''{% else %}without a value{% endif %}, {{ paru_option.purpose_human_readable }}'
|
||||
loop:
|
||||
- { name: 'LocalRepo', value: '', allow_no_value: true, purpose_human_readable: 'this builds AUR packages into the local repo(s) specified in ''/etc/pacman.conf''' }
|
||||
- { name: 'Chroot', value: '/var/cache/paru/chroot/root', allow_no_value: false, purpose_human_readable: 'this builds AUR packages in a clean chroot' }
|
||||
- { name: 'Chroot', value: '/var/cache/paru/chroot', allow_no_value: false, purpose_human_readable: 'this builds AUR packages in a clean chroot' }
|
||||
community.general.ini_file:
|
||||
path: '/etc/paru.conf'
|
||||
section: 'options'
|
||||
|
Reference in New Issue
Block a user