Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placing files in the shared folder #142

Open
MilesAheadToo opened this issue Dec 10, 2021 · 2 comments
Open

Placing files in the shared folder #142

MilesAheadToo opened this issue Dec 10, 2021 · 2 comments

Comments

@MilesAheadToo
Copy link

I'm trying to load files into the 'shared' folder to make them accessible to all the clients. The folder is ro to the clients so I can't login to client and load the files from the client. I tried to find the folder on the system running PiServer, but couldn't.

I am trying to install Microsoft Visual Studio Code on the PiServer image. I can download a .deb file from a website, but since I cannot run a web browser in the CLI I downloaded it on the host system. Now I need to get it to a location accessible to the PiServer CLI so that I can install it on the image.

I know I must be missing something.

@maxnet
Copy link
Collaborator

maxnet commented Dec 10, 2021

I tried to find the folder on the system running PiServer, but couldn't.

/var/lib/piserver/os/shared
Recall there is also a button in the GUI to open the file browser to there.
May need to create a subfolder in the GUI first

I know I must be missing something.

Recall VS code is in the repository.
Try: apt update && apt install code

@marc-odp
Copy link

marc-odp commented Aug 5, 2023

VS code is now in the last os image. No need to install it any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants