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