diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 47491ff..bda0e0d 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -18,7 +18,6 @@ fi apt update && apt upgrade -y - if [ -f /var/run/reboot-required ]; then echo "A reboot is required in order to proceed with the install." >&2 echo "Please reboot and re-run this script to finish the install." >&2 @@ -57,23 +56,20 @@ rmmod vsock modprobe hv_sock # Blacklist the vmw module -cat /etc/modprobe.d/blacklist.conf | grep vmw_vsock_vmci_transport --quiet -if [ "$?" == "1" ]; then - bash -c 'echo "blacklist vmw_vsock_vmci_transport" >> /etc/modprobe.d/blacklist.conf <> /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf <> /etc/modules < /etc/modules-load.d/hv_sock.conf fi # Configure the policy xrdp session -bash -c 'cat >/etc/polkit-1/localauthority.conf.d/02-allow-colord.conf </etc/polkit-1/localauthority.conf.d/02-allow-colord.conf <