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
Updated spacing and made sure all scripts started with bin/bash.
website
Tim Zabel
7 years ago
parent
640b495ccb
commit
312acb4acd
6 changed files
with
8 additions
and
5 deletions
Split 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
+3
-1
scripts/enablerpmfusion.sh
+1
-1
scripts/se/alloy.sh
+1
-0
scripts/se/spin.sh
+ 1
- 1
scripts/cs/idea.sh
View File
@ -1,4 +1,4 @@
#!/bin/sh
-e
#!/bin/
ba
sh
# 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/
ba
sh
# 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/
ba
sh
# 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/
ba
sh
# 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>
Write
Preview
Loading…
Cancel
Save