diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-19 17:03:52 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-19 17:04:26 +0200 |
commit | d9483d4fb248d68ebb28ca9f86f6f3f1f3854822 (patch) | |
tree | 921d6d347d973cc5d0674ffc6d9a9e0528589a33 /Makefile | |
parent | 7ff651fd5c27fec32939c6eb3757be6dd2f54af3 (diff) | |
download | alpine-conf-d9483d4fb248d68ebb28ca9f86f6f3f1f3854822.zip |
setup-desktop: new setup script
this replaces setup-xfce-desktop
The script should set up a minimal, but usable desktop environment with
some sane defaults.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ SBIN_FILES := copy-modloop\ setup-apkcache\ setup-apkrepos\ setup-bootable\ + setup-desktop\ setup-devd\ setup-disk\ setup-dns\ |