diff options
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 \ |