Replies: 1 comment
-
init_hooks=[ -f /etc/init ] || sudo -u $USER -- paru -S --needed --noconfirm <aur_packages>
... more init_hooks
# ending with this init_hooks
init_hooks=touch /etc/initBecause init_hooks run every time the container starts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is this possible?
i tried
and it fails at the init_hooks commeting that out and then running
works perfectly fine without user input so i know a. paru is succsesfully getting installed and b. my paru command is correct
Beta Was this translation helpful? Give feedback.
All reactions