Recipes / Scripts
Opened this issue · 1 comments
Not sure how to classify this.
I did some recipes/scripts and I plan doing some more as I tinker my SD.
for now I got 2:
Install packages from native repos (not flatpak or any other package system)
just modify PACKAGES variable with all packages you want and execute it with sudo: https://gist.github.com/muzzol/9f559c92a7f1132fcd65b211a86759b2
Enable remote control with VNC: https://gist.github.com/muzzol/f01fa6a3134d2ec90d3eb3e241bf541b
both are very easy to read and modify.
Could you perhaps combine these gists in a repo, along with step-by-step instructions on how to run them (i.e. switch to desktop mode, launch terminal, etc.)? Then I could probably add a section for Community scripts with a disclaimer to run those at the users' own risk. I took a look at yours and they look pretty useful - I actually did use something along the lines of your native repo installation script.