aboutsummaryrefslogtreecommitdiff
path: root/shell_only.sh
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-01 22:41:55 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-01 22:41:55 +0200
commit046bc47b056b38c8fc57b0481db4fcec51a4930f (patch)
treed20ad5fe6fc3824447e8c81b5f8752ac3de9b612 /shell_only.sh
parentf390c4eb62da8792d35840cdc2b9b0685e2a5e7d (diff)
Fix else if -> elif
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-xshell_only.sh2
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 \