From 90b29801bdf5ae18ecd24040d26a284b05973ba6 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Tue, 10 May 2022 22:56:05 +0200 Subject: [PATCH] Add more packages --- input/stage50/setup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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