mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +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
|
||||
fi
|
||||
|
||||
TMP=`mktemp`
|
||||
TMP=`mktemp python`
|
||||
if [ `which python2.7` ]
|
||||
then
|
||||
echo "#!/usr/bin/env python2.7" > $TMP
|
||||
|
Loading…
Reference in New Issue
Block a user