diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-01 22:41:55 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-01 22:41:55 +0200 |
commit | 046bc47b056b38c8fc57b0481db4fcec51a4930f (patch) | |
tree | d20ad5fe6fc3824447e8c81b5f8752ac3de9b612 /shell_only.sh | |
parent | f390c4eb62da8792d35840cdc2b9b0685e2a5e7d (diff) |
Fix else if -> elif
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 \ |