mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
Remove OS X installer from the codebase
Was moved to https://github.com/resin-io/resin-cli-installer-osx
This commit is contained in:
parent
6fc2d5eee1
commit
bf124f196f
@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<installer-gui-script minSpecVersion="1">
|
||||
<title>Resin CLI</title>
|
||||
<organization>io.resin</organization>
|
||||
<domains enable_localSystem="true" />
|
||||
<options customize="never" require-scripts="true" />
|
||||
|
||||
<background file="background.png" alignment="bottomleft" mime-type="image/png" />
|
||||
|
||||
<!-- Define documents displayed at various steps -->
|
||||
<welcome file="welcome.txt" mime-type="text/plain" />
|
||||
<license file="license.txt" mime-type="text/plain" />
|
||||
<conclusion file="conclusion.txt" mime-type="text/plain" />
|
||||
|
||||
<!-- List all component packages -->
|
||||
<pkg-ref id="io.resin.cli">cli.pkg</pkg-ref>
|
||||
|
||||
<!-- List them again here -->
|
||||
<choices-outline>
|
||||
<line choice="io.resin.cli" />
|
||||
</choices-outline>
|
||||
|
||||
<!-- Define each choice above -->
|
||||
<choice
|
||||
customLocation="/opt/resin.io/cli"
|
||||
id="io.resin.cli"
|
||||
visible="false"
|
||||
title="Resin CLI"
|
||||
description="The Resin CLI tool"
|
||||
start_selected="true">
|
||||
<pkg-ref id="io.resin.cli" />
|
||||
</choice>
|
||||
</installer-gui-script>
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
@ -1 +0,0 @@
|
||||
Thanks for installing the Resin CLI. Enjoy!
|
@ -1,21 +0,0 @@
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2014 Resin.io, Inc. https://resin.io
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
@ -1,3 +0,0 @@
|
||||
Welcome to the installation of the Resin CLI tool, an advanced way to communicate with Resin.io
|
||||
|
||||
The Resin.io CLI tool will be installed in /opt/resin.io/cli.
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Add binary symbolic link
|
||||
ln -s /opt/resin.io/cli/bin/resin /usr/bin/resin
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Remove previous installations of the CLI
|
||||
rm -rf /opt/resin.io/cli
|
||||
|
||||
# Remove previous symbolic link
|
||||
rm -f /usr/bin/resin
|
Loading…
Reference in New Issue
Block a user