2023-07-15 02:28:39 +02:00
|
|
|
function check {
|
|
|
|
[ "$INTERNET" = "down" ] && return 1
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
DESCRIPTION="Fully featured desktop with IceWM"
|
|
|
|
|
|
|
|
# TODO
|
2023-07-15 07:33:50 +02:00
|
|
|
PACKAGES="$(cat /opt/void-usb/installer/package_selections/desktop/resources/common_packages) pavucontrol network-manager-applet vlc lxterminal bash-completion gufw conky icewm firefox arandr"
|
2023-07-15 02:28:39 +02:00
|
|
|
|
|
|
|
function post_install {
|
|
|
|
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
|
|
|
}
|