Updated install script

This commit is contained in:
Christoffer Martinsson 2023-07-10 00:42:33 +02:00
parent 72ac5f6192
commit d10e3e936f

View File

@ -15,7 +15,7 @@ sudo apt -y install ninja-build gettext cmake unzip curl python3 python3-pip pyt
printf -- '\033[33m Installing fzf\n\033[37m' printf -- '\033[33m Installing fzf\n\033[37m'
rm -rf ~/.fzf rm -rf ~/.fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install ~/.fzf/install --all
source ~/.fzf.bash source ~/.fzf.bash
# Install VirtualHere client # Install VirtualHere client