Merge branch 'master' into master

This commit is contained in:
Smirnov Artem
2018-06-21 23:43:35 +03:00
committed by GitHub
37 changed files with 190 additions and 45 deletions

View File

@@ -36,4 +36,11 @@ git clone https://github.com/jacksonliam/mjpg-streamer.git /home/pi/mjpg-streame
&& make install \
&& chown -Rf pi:pi /home/pi/mjpg-streamer
echo -e "\033[0;31m\033[1m$(date) | End of software installation\033[0m\033[0m"
echo -e "\033[0;31m\033[1m$(date) | Add .vimrc\033[0m\033[0m"
# vim settings
echo "set mouse-=a
syntax on
" > /home/pi/.vimrc
echo -e "\033[0;31m\033[1m$(date) | End of network installation\033[0m\033[0m"