No need for shebang adjusting since the current shebang is correct for all systems

This commit is contained in:
Marcin Kulik
2013-10-03 19:08:14 +02:00
parent 3805edb978
commit 0ec4d46308

View File

@@ -31,14 +31,6 @@ fi
$SUDO curl -skL $BIN_URL -o $TARGET
if [ ! $(which python2 2>/dev/null) ]; then
if [ $(uname) == 'Darwin' ]; then
$SUDO sed -i '' '1 s/python2/python/' $TARGET
else
$SUDO sed -i '1 s/python2/python/' $TARGET
fi
fi
if [[ $? == 0 ]]; then
$SUDO chmod +x $TARGET
echo "Done. Now start recording by typing \"asciinema\"."