This website requires JavaScript.
Explore
Help
Sign In
nortega
/
editvorbis
Watch
1
Star
0
Fork
0
You've already forked editvorbis
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
master
editvorbis
/
install.sh
8 lines
102 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Fixed install script.
2019-03-17 19:00:38 +01:00
#!/bin/bash
if
[
-z
${
PREFIX
+x
}
]
;
Added PREFIX safeguard to install script.
2019-03-07 14:21:44 +01:00
then
PREFIX
=
/usr
fi
Added an install script.
2019-03-07 14:15:12 +01:00
install editvorbis.sh
$PREFIX
/bin/editvorbis
Reference in New Issue
Copy Permalink