diff --git a/install.sh b/install.sh index fee8559..c82f9e8 100644 --- a/install.sh +++ b/install.sh @@ -127,7 +127,7 @@ done apt install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tools numlockx speedtest-cli stress s-tui swaks testdisk tldr tlp unzip whois wmctrl xdotool # Installation de la solution de virtualisation KVM -apt install -y bridge-utils dnsmasq-base qemu-system qemu-utils firewalld gir1.2-spiceclientgtk-3.0 libvirt-daemon-system virt-manager +apt install -y bridge-utils dnsmasq-base qemu-system qemu-utils firewalld gir1.2-spiceclientgtk-3.0 libvirt-daemon-system virt-manager virt-viewer adduser $username libvirt export LIBVIRT_DEFAULT_URI='qemu:///system' virsh net-start default @@ -161,7 +161,7 @@ apt install -y $release #apt install -y /tmp/wibian/youtube-music_*.deb # Logiciel hors dépôts : PVE VDI Client -apt install -y python3-pip python3-proxmoxer python3-tk virt-viewer +apt install -y python3-pip python3-proxmoxer python3-tk git clone https://github.com/joshpatten/PVE-VDIClient.git cd ./PVE-VDIClient/ pip3 install PySimpleGUI --break-system-packages