tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 8b0a1acf83010b129ab008e8903f19ec538ffa34
parent de5db83db6fbf3011d2dcf7ea4b2cd072f128135
Author: Robin <rob@tarina.org>
Date:   Fri,  8 Nov 2019 13:56:05 +0200

Merge branch 'master' of https://github.com/rbckman/tarina

Diffstat:
MVERSION | 2+-
Mdocs/tarina-manual.html | 2+-
Mdocs/tarina-manual.md | 2+-
Mdocs/tarina-manual.pdf | 0
Minstall.sh | 14+++-----------
5 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -1.04 +1.05 Leone diff --git a/docs/tarina-manual.html b/docs/tarina-manual.html @@ -100,7 +100,7 @@ <img src="tarina-build.jpg" alt="Tarina parts layed out" /> <p class="caption">Tarina parts layed out</p> </div> -<p>Here is a list of parts that will work, there are other parts that probably will work but this is what I recommend.</p> +<p>Here is a list of parts that will work, there are other parts that probably will work but requires some hacking.</p> <h2 id="raspberry-pi-3-b">Raspberry pi 3 B</h2> <p>Price ~30 eur</p> <p>The heart of Tarina. Why Raspberry pi you ask? There are several reasons:</p> diff --git a/docs/tarina-manual.md b/docs/tarina-manual.md @@ -116,7 +116,7 @@ Get the parts ![Tarina parts layed out](tarina-build.jpg) -Here is a list of parts that will work, there are other parts that probably will work but this is what I recommend. +Here is a list of parts that will work, there are other parts that probably will work but requires some hacking. Raspberry pi 3 B diff --git a/docs/tarina-manual.pdf b/docs/tarina-manual.pdf Binary files differ. diff --git a/install.sh b/install.sh @@ -235,15 +235,7 @@ cat <<'EOF' |_____/ \____/|_| \_|______(_) EOF - -while true; do - read -p "Reboot into up-to-date Tarina now? [y]es or [n]o?" yn - case $yn in - [Yy]* ) echo "Rebooting now..." +sleep 2 +echo "Rebooting into up-to-date Tarina..." +sleep 2 reboot - break;; - [Nn]* ) echo "Yes, sir! we are done!";break;; - * ) echo "Please answer yes or no.";; - esac -done -