diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-03 12:32:56 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-03 12:32:56 +0200 |
commit | 233a877df9cc640da4a9c5a73a60a092c9f373df (patch) | |
tree | 34d8492d4a670fcdb1808868c9fbfe679c5bdb86 /shell_only.sh | |
parent | a768ef97b7ddd9db8b2efeb3cabe18fa2869d191 (diff) |
Add AUR helpers
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell_only.sh b/shell_only.sh index 7262f05..960a17b 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -60,8 +60,9 @@ if command_exists pacman; then neofetch \ fzf - git clone https://aur.archlinux.org/tty-clock-git.git - (cd tty-clock-git && makepkg -i --noconfirm) + mkdir -p ~/aur/ + + bin/aurinstall --noconfirm tty-clock-git elif command_exists apt; then ${SUDO} apt update ${SUDO} apt install -y \ |