This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-TigerOS
mirror of
https://github.com/jrtechs/TigerOS.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix path to bash
website
axk4545
7 years ago
parent
a1446040eb
commit
ed3542e140
8 changed files
with
8 additions
and
8 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/cs/idea.sh
+1
-1
scripts/cs/jflap.sh
+1
-1
scripts/cs/logisim.sh
+1
-1
scripts/enablerpmfusion.sh
+1
-1
scripts/postinstall
+1
-1
scripts/removal
+1
-1
scripts/se/alloy.sh
+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
# IntelliJ installer script for TigerOS
# author: Josh Bicking <jhb2345@rit.edu>
# 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
# JFLAP installer script for TigerOS
# author: Josh Bicking <jhb2345@rit.edu>
# 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
# JFLAP installer script for TigerOS
# author: Josh Bicking <jhb2345@rit.edu>
# 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
# Enable RPMFusion nonfree repos
# author: Aidan Kahrs <axk4545@rit.edu>
# 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
# TigerOS postinstall package setup script
# author: Aidan Kahrs <axk4545@rit.edu>
# 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
# TigerOS script for the removal of unwanted major-specific packages
# Author: Tim Zabel <tjz8659@rit.edu>
# 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
# MIT Alloy installer script for TigerOS
# author: Aidan Kahrs <axk4545@rit.edu>
# 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
# Spin install script for TigerOS
# author: Aidan Kahrs <axk4545@rit.edu>
# author: Aidan Kahrs <axk4545@rit.edu>
Write
Preview
Loading…
Cancel
Save