Skip to content

Instantly share code, notes, and snippets.

@tdcomcl
tdcomcl / install_posbox_less.sh
Last active September 23, 2022 20:11 — forked from dansanti/install_posbox_less.sh
Odoo PosBoxLess Script Instalation
#!/usr/bin/env bash
#adduser pi -s /sbin/nologin -p 'raspberry'
sudo adduser --system --quiet --shell=/sbin/nologin -gecos 'pi' --group pi << ENDX
raspberry
raspberry
Y
ENDX
cd /home/pi