Skip to content

Commit 386b64a

Browse files
committed
feat: migrate to aura
1 parent 2310d20 commit 386b64a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/0.user.aura.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
# When installing with yay/paru/aura you shoud never use sudo. Always put this
4+
# in a non root privileged script.
5+
# Alternatively you can use this to sudo back if necessary:
6+
# ${SUDO_USER:+sudo -u $SUDO_USER} aura ...
7+
aura -A --noconfirm PACKAGE

example/0.user.paru.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)