Skip to content

Commit

Permalink
upadtes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmistry2000 committed Sep 27, 2024
1 parent a1e1413 commit a0e7f06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified bottom.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0e7f06

Please sign in to comment.