Compare commits
2 Commits
1.0.3
...
b599fcc34f
Author | SHA1 | Date | |
---|---|---|---|
b599fcc34f | |||
d73c2e0273 |
@@ -3,6 +3,7 @@ packages_linux_common_all_families:
|
||||
- 'bc'
|
||||
- 'btop'
|
||||
- 'dosfstools'
|
||||
- 'dhcping'
|
||||
- 'fping'
|
||||
- 'git'
|
||||
- 'iperf3'
|
||||
|
@@ -132,8 +132,8 @@
|
||||
index_var: 'i'
|
||||
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: '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', 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