mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-04 14:29:45 +00:00
20 lines
831 B
ReStructuredText
20 lines
831 B
ReStructuredText
=======================
|
|
Alternative Marketplace
|
|
=======================
|
|
|
|
.. caution:: EmbassyOS supports accessing alternative marketplaces. Start9 is not responsible for issues encountered when downloading services from alternative marketplaces, and cannot provide support for Services that are not from our offical marketplace. Here be dragons!!
|
|
|
|
After SSH-ing into the Embassy, run the following command, replacing ``<url>`` with your desired marketplace URL:
|
|
|
|
.. code-block:: bash
|
|
|
|
embassy-cli server set-marketplace <url>
|
|
|
|
or to only change the marketplace for fetching packages, but not os updates:
|
|
|
|
.. code-block:: bash
|
|
|
|
embassy-cli package set-marketplace <url>
|
|
|
|
.. note:: Make sure you have the URL **EXACTLY CORRECT.** If you do not, your Embassy may crash. In this case, just reboot the device and try again.
|