Browse Source

Updated spacing and made sure all scripts started with bin/bash.

website
Tim Zabel 7 years ago
parent
commit
312acb4acd
6 changed files with 8 additions and 5 deletions
  1. +1
    -1
      scripts/cs/idea.sh
  2. +1
    -1
      scripts/cs/jflap.sh
  3. +1
    -1
      scripts/cs/logisim.sh
  4. +3
    -1
      scripts/enablerpmfusion.sh
  5. +1
    -1
      scripts/se/alloy.sh
  6. +1
    -0
      scripts/se/spin.sh

+ 1
- 1
scripts/cs/idea.sh View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash
# IntelliJ installer script for TigerOS
# author: Josh Bicking <jhb2345@rit.edu>

+ 1
- 1
scripts/cs/jflap.sh View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash
# JFLAP installer script for TigerOS
# author: Josh Bicking <jhb2345@rit.edu>

+ 1
- 1
scripts/cs/logisim.sh View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash
# JFLAP installer script for TigerOS
# author: Josh Bicking <jhb2345@rit.edu>

+ 3
- 1
scripts/enablerpmfusion.sh View File

@ -1,6 +1,8 @@
#!/bin/sh
#!/bin/bash
# Enable RPMFusion nonfree repos
# author: Aidan Kahrs <axk4545@rit.edu>
if [ $EUID != 0 ]
then
echo "Please run this script as root ( $@$0)."

+ 1
- 1
scripts/se/alloy.sh View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash
# MIT Alloy installer script for TigerOS
# author: Aidan Kahrs <axk4545@rit.edu>

+ 1
- 0
scripts/se/spin.sh View File

@ -1,4 +1,5 @@
#!/bin/bash
# Spin install script for TigerOS
# author: Aidan Kahrs <axk4545@rit.edu>

Loading…
Cancel
Save