diff --git a/input/stage50/setup b/input/stage50/setup index b73803f..bad2702 100755 --- a/input/stage50/setup +++ b/input/stage50/setup @@ -1,4 +1,7 @@ #!/usr/bin/env bash -apt -y install xorg xfce4 xfce4-*-plugin xfce4-power-manager mousepad +set -e +apt -y install xorg xfce4 xfce4-*-plugin xfce4-power-manager network-manager-gnome xfce4-terminal xfce4-screenshooter mousepad netsurf-gtk xautolock xsecurelock +apt -y remove xscreensaver +apt -y autoremove apt -y autoclean rm /setup \ No newline at end of file