voideditor / void

https://voideditor.com
MIT License
5.03k stars 225 forks source link

Fix Install Script Permissions for Those Using Dev Containers #18

Closed callbacked closed 1 day ago

callbacked commented 2 days ago

Cloning the repo for the first time and spinning it up as a dev container using the predefined ./devcontainer folder led me to permission denied errors for:

For install-vscode.sh, what I did is add an entry to add exec permissions in the Dockerfile.

For post-create.sh, since its not referenced in the Dockerfile, I directly applied exec permissions to the file through chmod +x. So 644 to 755.

andrewpareles commented 1 day ago

We shouldn't need to modify this file. Users with permission errors should be able to chmod files themselves. If you think this is a problem that other people will have, please post your solution in the discord support channel.