From 041a275691472903e8253b60bc845e50181415ce Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 2 Oct 2018 01:03:33 +0200 Subject: [PATCH] do not use just yet --- Installer-with-debug | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Installer-with-debug b/Installer-with-debug index d419889..c257eec 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -71,6 +71,16 @@ if [ "$digit" = 2 ]; then cp -r .git /home/pi/E-Paper-Master/ cd sudo rm -r E-Paper-Calendar-with-iCal-sync-and-live-weather + #experimental + cat > /home/pi/E-Paper-Master/Info.txt << EOF + This document contains a short info of the version + + Version: 3-Colour E-Paper-version + Installer version: 1.2 (Early October 2018) + If the time was set correctly, you installed this software on: + +EOF + echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt echo "" fi