mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
fix error in installer on linux
This commit is contained in:
parent
5c98bc061d
commit
12c797209d
@ -4,7 +4,7 @@ if [ "$UID" -ne 0 ]
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TMP=`mktemp python`
|
TMP=`mktemp pirate-get-XXX`
|
||||||
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