diff --git a/Scripts/DesktopEnvironment/Apt/Xfce4/de-apt-xfce4.sh b/Scripts/DesktopEnvironment/Apt/Xfce4/de-apt-xfce4.sh index 55c629d..d71a938 100644 --- a/Scripts/DesktopEnvironment/Apt/Xfce4/de-apt-xfce4.sh +++ b/Scripts/DesktopEnvironment/Apt/Xfce4/de-apt-xfce4.sh @@ -1,10 +1,11 @@ #!/bin/bash #Get the necessary components -apt-get update -apt-get install xfce4 xfce4-terminal tightvncserver -y -apt-get install xfe -y -apt-get clean +apt update +apt install xfce4 xfce4-terminal tightvncserver -y +apt install xfe -y +apt install dbus-x11 -y +apt clean #Setup the necessary files mkdir ~/.vnc @@ -41,4 +42,4 @@ echo " " echo "export DISPLAY=":1"" >> /etc/profile source /etc/profile -vncserver-start \ No newline at end of file +vncserver-start