From 8e0a966887afb6e117c51f65ad7605f41f4583e2 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Fri, 9 May 2025 18:19:01 +0200 Subject: [PATCH] Updated script --- update_ubuntu.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/update_ubuntu.sh b/update_ubuntu.sh index cc1d6fe..6a43f41 100755 --- a/update_ubuntu.sh +++ b/update_ubuntu.sh @@ -78,14 +78,6 @@ printf -- '\033[33m Setup locals\n\033[37m' sudo locale-gen "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 printf -- '\033[33m Installing python\n\033[37m' 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 ~/.fzf/install --all -# # 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 ~