diff --git a/README.md b/README.md index f3945c7..411c131 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -Scripte fuer die Installation eines Desktop-Systems, so wie ich es mag. +Script for Installation of a Debian Gnome Desktop System, I like. Make the System Appeareance more "ubuntuuish". -Basis ist Debian 12. +After the first run of setup.sh, you have to reboot and re-run the script. + +```bash +$ bash setup.sh +``` + +You can customize standard packages, which got installed. Just edit the Array in `include/packages.inc.sh` + +![Ubuntuish Debian 12 Gnome Desktop](/screenshot/screenshot1.png "Ubuntuish Debian 12 Gnome Desktop") diff --git a/screenshot/screenshot1.png b/screenshot/screenshot1.png new file mode 100644 index 0000000..52579ac Binary files /dev/null and b/screenshot/screenshot1.png differ