From 90dd24805d93e8d29dd26c52890567a517228ab3 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Mon, 17 Apr 2017 23:48:21 -0400 Subject: [PATCH] Fixed indentations. --- scripts/postinstall | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/scripts/postinstall b/scripts/postinstall index 4972009..9fc76b2 100644 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -23,11 +23,11 @@ do echo -e "Welcome to the TigerOS CS package installer script.\n This script will install Intellij IDEA, PyCharm, PROLOG, Racket, Logisim and JFLAP on your machine." while true; do - read -p "Do you wish to continue? [y/n] " yn - case $yn in - [Yy]* ) break;; - [Nn]* ) exit;; - esac + read -p "Do you wish to continue? [y/n] " yn + case $yn in + [Yy]* ) break;; + [Nn]* ) exit;; + esac done ./cs/idea.sh # TODO Pycharm @@ -40,11 +40,11 @@ do echo -e "Welcome to the TigerOS IT/WMC package installer script. This script will install mysql, mongodb, subversion, filezilla, nodejs and jGRASP on you machine." while true; do - read -p "Do you wish to continue? [y/n] " yn - case $yn in - [Yy]* ) break;; - [Nn]* ) exit;; - esac + read -p "Do you wish to continue? [y/n] " yn + case $yn in + [Yy]* ) break;; + [Nn]* ) exit;; + esac done wget https://dev.mysql.com/get/mysql57-community-release-fc25-9.noarch.rpm -O mysql-repo.rpm dnf install -y mysql-repo.rpm @@ -62,11 +62,11 @@ do echo -e "Welcome to the TigerOS NSSA/CIT package installer script.\n This script will install wireshark, python 2.7, python 3 and jGrasp on you machine." while true; do - read -p "Do you wish to continue? [y/n] " yn - case $yn in - [Yy]* ) break;; - [Nn]* ) exit;; - esac + read -p "Do you wish to continue? [y/n] " yn + case $yn in + [Yy]* ) break;; + [Nn]* ) exit;; + esac done dnf install -y wireshark-gtk python python3 groupadd wireshark @@ -79,11 +79,11 @@ do echo -e "Welcome to the TigerOS SE package installer script.\n This script will install ruby, eclipse, Spin, sqlite3, plantUML, gitk and MIT Alloy on you machine." while true; do - read -p "Do you wish to continue? [y/n] " yn - case $yn in - [Yy]* ) break;; - [Nn]* ) exit;; - esac + read -p "Do you wish to continue? [y/n] " yn + case $yn in + [Yy]* ) break;; + [Nn]* ) exit;; + esac done dnf install -y eclipse-jdt ruby sqlite plantuml gitk geany ./se/spin.sh && ./se/alloy.sh