mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
Add binary symbolic link to /usr/bin/resin
This commit is contained in:
parent
d665092b79
commit
ef641fb9c3
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Add binary symbolic link to /usr/local/bin
|
||||
ln -s /opt/resin.io/cli/bin/resin /usr/local/bin/resin
|
||||
# Add binary symbolic link
|
||||
ln -s /opt/resin.io/cli/bin/resin /usr/bin/resin
|
||||
|
@ -4,4 +4,4 @@
|
||||
rm -rf /opt/resin.io/cli
|
||||
|
||||
# Remove previous symbolic link
|
||||
rm -f /usr/local/bin/resin
|
||||
rm -f /usr/bin/resin
|
||||
|
Loading…
x
Reference in New Issue
Block a user