do not use just yet
This commit is contained in:
		| @@ -71,14 +71,13 @@ if [ "$digit" = 2 ]; then | |||||||
|     cp -r .git /home/pi/E-Paper-Master/ |     cp -r .git /home/pi/E-Paper-Master/ | ||||||
|     cd |     cd | ||||||
|     sudo rm -r E-Paper-Calendar-with-iCal-sync-and-live-weather |     sudo rm -r E-Paper-Calendar-with-iCal-sync-and-live-weather | ||||||
|     #experimental |     # add a short info | ||||||
|     cat > /home/pi/E-Paper-Master/Info.txt << EOF |     cat > /home/pi/E-Paper-Master/Info.txt << EOF | ||||||
| This document contains a short info of the version | This document contains a short info of the version | ||||||
|  |  | ||||||
| Version: 2-Colour E-Paper-version | Version: 2-Colour E-Paper-version | ||||||
| Installer version: 1.2 (Early October 2018) | Installer version: 1.2 (Early October 2018) | ||||||
| If the time was set correctly, you installed this software on: | If the time was set correctly, you installed this software on: | ||||||
|      |  | ||||||
| EOF | EOF | ||||||
|     echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt |     echo "$(date)" >> /home/pi/E-Paper-Master/Info.txt | ||||||
|     echo "" |     echo "" | ||||||
| @@ -96,6 +95,15 @@ if [ "$digit" = 3 ]; then | |||||||
|     cp -r .git /home/pi/E-Paper-Master/ |     cp -r .git /home/pi/E-Paper-Master/ | ||||||
|     cd |     cd | ||||||
|     sudo rm -r E-Paper-Calendar-with-iCal-sync-and-live-weather |     sudo rm -r E-Paper-Calendar-with-iCal-sync-and-live-weather | ||||||
|  |     # add a short info | ||||||
|  |     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 "" |     echo "" | ||||||
| fi | fi | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user