From f6892b2a125c0282d1e88a987324556130b4ce98 Mon Sep 17 00:00:00 2001 From: Holger Wasem Date: Mon, 6 May 2024 12:48:29 +0200 Subject: [PATCH] commit by to_remotes 2024-05-06 12:48:29 +0200 from vmdevhw --- guided_setup.sh | 18 ++++++++++++++++++ init_nfs_server.sh | 16 +++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/guided_setup.sh b/guided_setup.sh index a5909f5..e3bc1ae 100644 --- a/guided_setup.sh +++ b/guided_setup.sh @@ -3,6 +3,13 @@ sudo apt update sudo apt dist-upgrade -y sudo apt install -y lvm2 zsh cloud-utils xfsprogs jq hstr ufw git +sudo apt install -y software-properties-common rsync gpg git gnupg2 sudo apt-transport-https +sudo apt install -y sudo curl qemu-guest-agent man-db +sudo apt install -y iftop nload bmon slurm tcptrack htop +sudo apt install nfs-common +sudo systemctl enable qemu-guest-agent #allows Proxmox to look into VM Networking +sudo systemctl start qemu-guest-agent + mkdir -p $HOME/.ssh function what_to_do() { echo -ne " @@ -37,4 +44,15 @@ Choose an option: " what_to_do +cat <