Updated script

This commit is contained in:
Christoffer Martinsson 2025-05-09 18:19:01 +02:00
parent 38a209cb22
commit 8e0a966887

View File

@ -78,14 +78,6 @@ printf -- '\033[33m Setup locals\n\033[37m'
sudo locale-gen "en_US.UTF-8" sudo locale-gen "en_US.UTF-8"
sudo update-locale LANG=en_US.UTF-8 sudo update-locale LANG=en_US.UTF-8
# # Install rdp
# printf -- '\033[33m Installing rdp\n\033[37m'
# if [ "$VER" == "22.04" ]; then
# sudo apt install -y xrdp
# sudo ufw allow 3389
# ln -sf ~/linuxbox/xsessionrc ~/.xsessionrc
# fi
# Install python # Install python
printf -- '\033[33m Installing python\n\033[37m' printf -- '\033[33m Installing python\n\033[37m'
sudo apt install -y python3 python3-pip python3-venv python3-dev pipx sudo apt install -y python3 python3-pip python3-venv python3-dev pipx
@ -101,9 +93,6 @@ if [ -d ~/.fzf ]; then rm -rf ~/.fzf; fi
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install --all ~/.fzf/install --all
# # Install VirtualHere server
# curl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo sh
# Install VirtualHere client # Install VirtualHere client
printf -- '\033[33m Installing VirtualHere client\n\033[37m' printf -- '\033[33m Installing VirtualHere client\n\033[37m'
cd ~ cd ~