mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Remote.It CLI can no longer coexist with remoteit Device Package
This commit is contained in:
parent
3934563ad6
commit
9ac22d65ef
1 changed files with 13 additions and 10 deletions
|
@ -41,16 +41,19 @@
|
||||||
# SEE https://www.remote.it/download-list
|
# SEE https://www.remote.it/download-list
|
||||||
# https://www.remote.it/download-list?products=cli to refine arch/URL below
|
# https://www.remote.it/download-list?products=cli to refine arch/URL below
|
||||||
# BUT https://docs.remote.it/software/cli/overview can be useful OR stale :/
|
# BUT https://docs.remote.it/software/cli/overview can be useful OR stale :/
|
||||||
remoteit_arch_dict:
|
#
|
||||||
armv6: arm-v6
|
# 2023-07-26: Remote.It CLI can no longer coexist with their "Device Package"
|
||||||
armv6l: arm-v6
|
# SEE remoteit/tasks/install.yml Line ~121.
|
||||||
armv7: arm-v7
|
# remoteit_arch_dict:
|
||||||
armv7l: arm-v7
|
# armv6: arm-v6
|
||||||
armv8: aarch64
|
# armv6l: arm-v6
|
||||||
aarch64: aarch64
|
# armv7: arm-v7
|
||||||
x86_64: x86_64
|
# armv7l: arm-v7
|
||||||
remoteit_arch: "{{ remoteit_arch_dict[ansible_machine] | default('unknown') }}" # A bit safer than ansible_architecture (see kiwix/defaults/main.yml)
|
# armv8: aarch64
|
||||||
remoteit_cli_url: https://downloads.remote.it/cli/latest/remoteit.{{ remoteit_arch }}-linux
|
# aarch64: aarch64
|
||||||
|
# x86_64: x86_64
|
||||||
|
# remoteit_arch: "{{ remoteit_arch_dict[ansible_machine] | default('unknown') }}" # A bit safer than ansible_architecture (see kiwix/defaults/main.yml)
|
||||||
|
# remoteit_cli_url: https://downloads.remote.it/cli/latest/remoteit.{{ remoteit_arch }}-linux
|
||||||
|
|
||||||
|
|
||||||
# OPTION #1: Run 'sudo iiab-remoteit' after IIAB is installed.
|
# OPTION #1: Run 'sudo iiab-remoteit' after IIAB is installed.
|
||||||
|
|
Loading…
Reference in a new issue