You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
setup-xorg-base xfce4 lightdm-gtk-greeter xfce4-terminal chromium mousepad
|
|
rc-update add lightdm
|
|
rc-update add dbus
|
|
apk update
|
|
apk add freerdp
|
|
rm /etc/local.d/ui.start
|
|
reboot |