From 4f24e0bf4476cff9afa536a31689b5d14bf44211 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Thu, 31 Oct 2024 21:42:14 +0100 Subject: [PATCH] Updated scripts --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 770b41e..be6376c 100755 --- a/update.sh +++ b/update.sh @@ -50,6 +50,9 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install --all source ~/.fzf.bash +# # Install VirtualHere server +# curl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo sh + # Install VirtualHere client printf -- '\033[33m Installing VirtualHere client\n\033[37m' cd ~