diff options
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell_only.sh b/shell_only.sh index 6837c42..8e2b0a9 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -57,6 +57,9 @@ if command_exists pacman; then vim \ neofetch \ fzf + + git clone https://aur.archlinux.org/tty-clock-git.git + (cd tty-clock-git && makepkg -i) elif command_exists apt; then ${SUDO} apt update ${SUDO} apt install -y \ @@ -78,9 +81,6 @@ elif command_exists apt; then vim \ neofetch \ fzf - - git clone https://aur.archlinux.org/tty-clock-git.git - (cd tty-clock-git && makepkg -i) else echo "Your distro is not supported." exit 1 |