diff --git a/README.md b/README.md index 0c218d2..8bd20bc 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ wizard on the next boot. ## TODO -- [ ] Create a snap - [ ] Emoji status ## DONE @@ -63,6 +62,7 @@ wizard on the next boot. - [x] Enable fkms driver - [x] Enable boot splash - [x] Enable Firefox hardware acceleration +- [x] Create a snap - [x] Kubuntu - [x] Lubuntu - [x] Ubuntu diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..8d07563 --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,19 @@ +name: desktopify +version: git +summary: Convert Ubuntu Server for Raspberry Pi to a Desktop. +description: | + Desktopify is a simple script to convert Ubuntu Server for the Raspberry Pi + to one of the official Ubuntu desktop flavours. + +base: core18 +grade: stable +confinement: classic + +parts: + desktopify: + plugin: dump + source: . + +apps: + desktopify: + command: desktopify \ No newline at end of file