This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
zmninja [2026/03/03 20:25] ian |
zmninja [2026/03/05 21:41] (current) ian |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| < | < | ||
| - | $ sudo apt install | + | $ sudo apt install xserver-xorg lightdm lxde-core lxterminal |
| - | echo "@wget -c $(curl -s https:// | + | $ wget -c $(curl -s https:// |
| + | |||
| + | $ chmod u+x / | ||
| + | |||
| + | $ mkdir ~/.config/autostart/ | ||
| + | |||
| + | $ vi .config/autostart/ | ||
| </ | </ | ||
| + | |||
| + | < | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Name=zmNinja | ||
| + | Exec=/ | ||
| + | </ | ||
| + | |||