Browse Source

fix path to bash

website
axk4545 7 years ago
parent
commit
ed3542e140
8 changed files with 8 additions and 8 deletions
  1. +1
    -1
      scripts/cs/idea.sh
  2. +1
    -1
      scripts/cs/jflap.sh
  3. +1
    -1
      scripts/cs/logisim.sh
  4. +1
    -1
      scripts/enablerpmfusion.sh
  5. +1
    -1
      scripts/postinstall
  6. +1
    -1
      scripts/removal
  7. +1
    -1
      scripts/se/alloy.sh
  8. +1
    -1
      scripts/se/spin.sh

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

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/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/bash
#!/usr/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/bash
#!/usr/bin/bash
# JFLAP installer script for TigerOS
# author: Josh Bicking <jhb2345@rit.edu>

+ 1
- 1
scripts/enablerpmfusion.sh View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash
# Enable RPMFusion nonfree repos
# author: Aidan Kahrs <axk4545@rit.edu>

+ 1
- 1
scripts/postinstall View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash
# TigerOS postinstall package setup script
# author: Aidan Kahrs <axk4545@rit.edu>

+ 1
- 1
scripts/removal View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash
# TigerOS script for the removal of unwanted major-specific packages
# Author: Tim Zabel <tjz8659@rit.edu>

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

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

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

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

Loading…
Cancel
Save