tarina

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

commit 5fb6a75b17c6275038da47597a4cecd89bebecbb
parent 24f49f52c3d6ca9a9d91fd55cda72f3a45a018b0
Author: rob <rob@tarina.org>
Date:   Thu,  6 Jun 2019 11:25:01 +0300

install script updated, version update to 0.999

Diffstat:
MVERSION | 2+-
Minstall.sh | 43++++++++++++++++---------------------------
2 files changed, 17 insertions(+), 28 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -0.998 +0.999 Leone diff --git a/install.sh b/install.sh @@ -28,15 +28,9 @@ cat <<'EOF' EOF sleep 2 echo "setting up system for filmmaking flow..." -sleep 1 -echo "3" -sleep 1 -echo "2" -sleep 1 -echo "1" -sleep 1 +sleep 2 echo "if something goes wrong please submit bug to https://github.com/rbckman/tarina" -sleep 3 +sleep 2 echo "Installing all dependencies..." apt-get update apt-get upgrade -y @@ -203,31 +197,15 @@ ExecStart=/usr/share/usbmount/usbmount add RemainAfterExit=yes EOF -while true; do - read -p "Do you wish to add rbckmans special hacking tools and configurations [y]es or [n]o?" yn - case $yn in - [Yy]* ) echo "Adding hacking tools..." +echo "Adding hacking tools..." apt-get -y install vim htop screen nmap cp extras/.vimrc /root/.vimrc cp extras/.vimrc /home/pi/.vimrc - break;; - [Nn]* ) echo "Nope, okay!";break;; - * ) echo "Please answer yes or no.";; - esac -done -while true; do - read -p "Do you wish to install the youtube upload mod [y]es or [n]o?" yn - case $yn in - [Yy]* ) echo "Install youtube upload mod..." +echo "Installing youtube upload mod..." cd mods ./install-youtube-upload.sh cd .. - break;; - [Nn]* ) echo "Nope, good, we dont want googly spyware everywhere! if you however wish to install it later go to the mods folder and run install-youtube-uploader.";break;; - * ) echo "Please answer yes or no.";; - esac -done echo "Setting up network configuration to use wicd program..." echo "it works nicer from the terminal than raspberry pi default" @@ -247,8 +225,19 @@ cp extras/wifiset.service /etc/systemd/system/ systemctl daemon-reload systemctl enable wifiset.service +echo "HURRAY! WE ARE" +cat <<'EOF' + _____ ____ _ _ ______ _ + | __ \ / __ \| \ | | ____| | + | | | | | | | \| | |__ | | + | | | | | | | . ` | __| | | + | |__| | |__| | |\ | |____|_| + |_____/ \____/|_| \_|______(_) + +EOF + while true; do - read -p "Reboot into Tarina now? [y]es or [n]o?" yn + read -p "Reboot into up-to-date Tarina now? [y]es or [n]o?" yn case $yn in [Yy]* ) echo "Rebooting now..." reboot