diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-01 20:18:12 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-01 20:18:12 +0200 |
commit | 58aa71dfef134b97eae35768690cc74dca7f2d29 (patch) | |
tree | e7edb09699e0ca5e26d1f69a50f0853bbce54e59 /shell_only.sh | |
parent | b7837b5f1069c1e7b2e05ac4ac2f2993280be0ba (diff) |
Install fzf
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh index 04f238b..87619e9 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -48,7 +48,8 @@ if command_exists apt; then units \ tmux \ vim \ - neofetch + neofetch \ + fzf else echo "Your distro is not supported." exit 1 |