diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index 2bcb2225..ce736450 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ while getopts 'X' opt; do esac done -packages='curl htop neovim sl the_silver_searcher tree' +packages='curl htop sl the_silver_searcher tree' FreeBSD() { sudo pkg install ddate $packages |