mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-24 12:14:20 +01:00
make installer work on osx
This commit is contained in:
parent
4ba8956c5e
commit
4843564e57
@ -4,7 +4,7 @@ if [ "$UID" -ne 0 ]
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TMP=`mktemp`
|
TMP=`mktemp python`
|
||||||
if [ `which python2.7` ]
|
if [ `which python2.7` ]
|
||||||
then
|
then
|
||||||
echo "#!/usr/bin/env python2.7" > $TMP
|
echo "#!/usr/bin/env python2.7" > $TMP
|
||||||
|
Loading…
Reference in New Issue
Block a user