update README
This commit is contained in:
parent
3773286569
commit
5fdb421d99
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@ with less resources.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
The most important thing about a completely useless linux distro are the screenshots.
|
The most important thing about a linux distro are the screenshots. :p
|
||||||
|
|
||||||
Here you go!
|
Here you go!
|
||||||
|
|
||||||
|
@ -55,13 +55,14 @@ You can give the script a custom debian-mirror, if your prefer e.g.
|
||||||
Of course you can customize nanodesk to fit your needs!
|
Of course you can customize nanodesk to fit your needs!
|
||||||
|
|
||||||
The simplest way is to add your favorite packages to the nanodesk live-image.
|
The simplest way is to add your favorite packages to the nanodesk live-image.
|
||||||
Just add them to the file `templates/install_base.custompkg.sh`
|
Just add them to the file `templates/install_base.customsteps.sh`
|
||||||
|
|
||||||
For example, let's add Abiword and Pidgin to nanodesk, the file would look like
|
For example, let's add Abiword and Pidgin to nanodesk, the file would look like
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install -y \
|
apt install -y \
|
||||||
audacious \
|
audacious \
|
||||||
|
vlc \
|
||||||
abiword \
|
abiword \
|
||||||
pidgin
|
pidgin
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue