2022-05-10 10:50:10 +00:00
|
|
|
#!/usr/bin/env bash
|
2022-05-10 20:56:05 +00:00
|
|
|
set -e
|
2022-05-20 04:12:27 +00:00
|
|
|
apt -y install xorg xfce4 xfce4-*-plugin xfce4-power-manager network-manager-gnome xfce4-terminal xfce4-screenshooter mousepad netsurf-gtk xautolock xsecurelock qt5-style-plugins alsa-utils
|
2022-05-10 20:56:05 +00:00
|
|
|
apt -y remove xscreensaver
|
|
|
|
apt -y autoremove
|
2022-05-10 10:50:10 +00:00
|
|
|
apt -y autoclean
|
|
|
|
rm /setup
|