Add os x installer scripts hashbang

This commit is contained in:
Juan Cruz Viotti 2015-02-27 13:31:35 -04:00
parent 5982d5248c
commit d665092b79
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,4 @@
#!/bin/sh
# Add binary symbolic link to /usr/local/bin
ln -s /opt/resin.io/cli/bin/resin /usr/local/bin/resin

View File

@ -1,5 +1,7 @@
#!/bin/sh
# Remove previous installations of the CLI
rm -rf /opt/resin.io/cli
# Remove previous symbolic link
rm /usr/local/bin/resin
rm -f /usr/local/bin/resin