Fixed autostart for Pi and setup

This commit is contained in:
2021-09-01 11:41:19 -04:00
parent 56f8a0e84e
commit 0d7f52a97e
2 changed files with 2 additions and 1 deletions

0
NTCNA/home/pi/.config/lxsession/LXDE-pi/autostart Normal file → Executable file
View File

View File

@ -1,10 +1,11 @@
#!/bin/sh
# copy config files
for i in etc lib usr home
for i in etc lib usr
do
sudo cp -r $i/* /$i/
done
cp -r home/pi/.* /home/pi/
# network