3 lines
352 B
Bash
Executable File
3 lines
352 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export OPUS_PACKAGES="$OPUS_PACKAGES xorg xfce4 xfce4-*-plugin xfce4-power-manager gvfs gvfs-backends gvfs-fuse network-manager-gnome xfce4-terminal xfce4-screenshooter mousepad netsurf-gtk xautolock xsecurelock qt5-style-plugins alsa-utils synaptic epiphany-browser"
|
|
export OPUS_PACKAGES_REMOVE="$OPUS_PACKAGES_REMOVE xscreensaver" |