From 312acb4acd7b45fbc97809dc3269e6583dc0dc82 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Tue, 25 Apr 2017 17:10:29 -0400 Subject: [PATCH] Updated spacing and made sure all scripts started with bin/bash. --- scripts/cs/idea.sh | 2 +- scripts/cs/jflap.sh | 2 +- scripts/cs/logisim.sh | 2 +- scripts/enablerpmfusion.sh | 4 +++- scripts/se/alloy.sh | 2 +- scripts/se/spin.sh | 1 + 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/cs/idea.sh b/scripts/cs/idea.sh index 69d75b1..3ef56b5 100644 --- a/scripts/cs/idea.sh +++ b/scripts/cs/idea.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash # IntelliJ installer script for TigerOS # author: Josh Bicking diff --git a/scripts/cs/jflap.sh b/scripts/cs/jflap.sh index 31ea917..ae52b5d 100644 --- a/scripts/cs/jflap.sh +++ b/scripts/cs/jflap.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash # JFLAP installer script for TigerOS # author: Josh Bicking diff --git a/scripts/cs/logisim.sh b/scripts/cs/logisim.sh index be9f269..b4f5ec9 100644 --- a/scripts/cs/logisim.sh +++ b/scripts/cs/logisim.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash # JFLAP installer script for TigerOS # author: Josh Bicking diff --git a/scripts/enablerpmfusion.sh b/scripts/enablerpmfusion.sh index da91373..8212473 100644 --- a/scripts/enablerpmfusion.sh +++ b/scripts/enablerpmfusion.sh @@ -1,6 +1,8 @@ -#!/bin/sh +#!/bin/bash + # Enable RPMFusion nonfree repos # author: Aidan Kahrs + if [ $EUID != 0 ] then echo "Please run this script as root ( $@$0)." diff --git a/scripts/se/alloy.sh b/scripts/se/alloy.sh index 9d722a5..5e17359 100644 --- a/scripts/se/alloy.sh +++ b/scripts/se/alloy.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash # MIT Alloy installer script for TigerOS # author: Aidan Kahrs diff --git a/scripts/se/spin.sh b/scripts/se/spin.sh index e1216db..f546ff8 100644 --- a/scripts/se/spin.sh +++ b/scripts/se/spin.sh @@ -1,4 +1,5 @@ #!/bin/bash + # Spin install script for TigerOS # author: Aidan Kahrs