diff options
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh index 3bbbce3..bac2aee 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -48,7 +48,7 @@ if command_exists pacman; then vim \ neofetch \ fzf -else if command_exists apt; then +elif command_exists apt; then ${SUDO} apt update ${SUDO} apt install -y \ bat \ |