From a0e7f06f699bb81fb1ce7a6c4e10ca20fdb2a703 Mon Sep 17 00:00:00 2001 From: Dhruv Mistry Date: Fri, 27 Sep 2024 22:47:41 +0530 Subject: [PATCH] upadtes --- bottom.sh | 0 setup.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bottom.sh diff --git a/bottom.sh b/bottom.sh old mode 100644 new mode 100755 diff --git a/setup.sh b/setup.sh index cc84e0d..5f6ba3d 100755 --- a/setup.sh +++ b/setup.sh @@ -94,7 +94,7 @@ checkEnv() { installDepend() { ## Check for dependencies. - DEPENDENCIES='bash bash-completion tar bat tree multitail wget unzip fontconfig' + DEPENDENCIES='bash bash-completion tar bat tree wget unzip fontconfig' if ! command_exists nvim; then DEPENDENCIES="${DEPENDENCIES} neovim" fi