rename all svgs to pngs for proper display

This commit is contained in:
Lucy Cifferello
2022-02-07 16:43:55 -07:00
parent 6ba309d885
commit a65ec251fb
159 changed files with 135 additions and 135 deletions

View File

@@ -10,10 +10,10 @@ For simplicity, EmbassyOS is designed to be completely operated via the :ref:`We
This guide assumes you already have :ref:`SSH Access<ssh-setup>` setup on your machine.
Open a terminal, ssh into your device, and enter the following command, replacing ``<SERVICE>`` with the name of the service you are trying to access. You can list the services with ``embassy-cli package list`` (you will need to be logged in under ``embassy-cli`` for this). You will need to either be ``root`` or use ``sudo``.
Open a terminal, ssh into your device, and enter the following command, replacing ``<package-id>`` with the name of the service you are trying to access. You can list the services with ``embassy-cli package list`` (you will need to be logged in under ``embassy-cli`` for this). You will need to either be ``root`` or use ``sudo``.
.. code-block:: bash
docker exec -it <SERVICE>.embassy sh
docker exec -it <package-id>.embassy sh
This will give you a shell within the container. Reminder that nothing you do in here is supported, please be careful!