Add synaptic to packages

This commit is contained in:
Fierelier 2022-06-08 11:56:48 +02:00
parent 74d42442b8
commit 730d4c3ccd

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
export OPUS_PACKAGES="$OPUS_PACKAGES xorg xfce4 xfce4-*-plugin xfce4-power-manager network-manager-gnome xfce4-terminal xfce4-screenshooter mousepad netsurf-gtk xautolock xsecurelock qt5-style-plugins alsa-utils" export OPUS_PACKAGES="$OPUS_PACKAGES xorg xfce4 xfce4-*-plugin xfce4-power-manager network-manager-gnome xfce4-terminal xfce4-screenshooter mousepad netsurf-gtk xautolock xsecurelock qt5-style-plugins alsa-utils synaptic"
export OPUS_PACKAGES_REMOVE="$OPUS_PACKAGES_REMOVE xscreensaver" export OPUS_PACKAGES_REMOVE="$OPUS_PACKAGES_REMOVE xscreensaver"