From 84e9949ab90d6e59907cd100a2e928699ae9757a Mon Sep 17 00:00:00 2001 From: icon Date: Tue, 30 Aug 2022 06:39:20 +0400 Subject: [PATCH] maj readme.md --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6c72ab5..c4a4beb 100755 --- a/readme.md +++ b/readme.md @@ -17,8 +17,10 @@ SCK 23 bleu NSS 24 violet IRQ pas utilisé +# installation de node js (ansible) +node.yml -# splash screen +# splash screen (écran de boot = pub) ``` sudo cp splash.png /usr/share/plymouth/themes/pix/splash.png sudo cp splash.png /usr/share/plymouth/themes/pix/splash.png @@ -78,3 +80,10 @@ cd /home/sysop/serveurNfcNodeJs/ node serveur_nfc.js ``` + +# /home/sysop/.bashrc (ajouter) +``` +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor +``` + +# L'automatisation de l'install par ansible est en cours !!!