mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-12 07:23:57 +00:00
8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Remove previous installations of the CLI
|
|
rm -rf /opt/resin.io/cli
|
|
|
|
# Remove previous symbolic link
|
|
rm -f /usr/bin/resin
|