22 lines
877 B
Plaintext
22 lines
877 B
Plaintext
✔ add aur-builder sudoers entry @done(24-04-23 15:22)
|
|
|
|
aur-builder ALL = (root) NOPASSWD: /usr/bin/pacman, /usr/bin/pacsync
|
|
|
|
✔ add aur sync command @done(24-04-23 14:09)
|
|
|
|
sudo -u aur-builder aur sync --no-view -CnrS sonarr
|
|
|
|
✔ enable aur sync service/timer @done(24-04-23 15:22)
|
|
|
|
|
|
aur sync switch break down:
|
|
--no-view Do not present build files for inspection
|
|
--upgrades -u Update all obsolete packages
|
|
--no-confirm -n Do not wait for unser input when installing or removing build dependencies
|
|
--clean -C Clean up build files after building
|
|
--rm-deps -r Remove dependencies installed by makepkg
|
|
--sign -S Sign built packages
|
|
--database -d Use the specified repository, per it's name in pacman.conf
|
|
|
|
aur sync --no-view --upgrades --no-confirm --clean --rm-deps --sign --database home
|