mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Add os x installer scripts hashbang
This commit is contained in:
parent
5982d5248c
commit
d665092b79
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user