From bd1779bb0e5c68eb1d48b9b143b1f6e8cdf3d9e4 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 3 Oct 2018 02:48:44 +0200 Subject: [PATCH] deprecated --- 2-Colour-support/setup | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 2-Colour-support/setup diff --git a/2-Colour-support/setup b/2-Colour-support/setup deleted file mode 100644 index 08149dc..0000000 --- a/2-Colour-support/setup +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -echo -e "\e[1;31m"This is a experimental bash script to add support for 2-colour E-Paper Displays"\e[0m" -cd /home/pi -echo -e "\e[1;36m"Downloading the python converter..."\e[0m" -wget https://raw.githubusercontent.com/aceisace/E-Paper-Calendar-with-iCal-sync-and-live-weather/master/2-Colour-support/beta-converter.py -echo -e "\e[1;36m"Running the python converter"\e[0m" -python3.5 beta-converter.py -echo -e "\e[1;36m"All done. Please reboot to apply changes."\e[0m"