Ubuntu is my daily driver but I'm thinking of setting this up on my never used Raspberry PI -- anyone using it? How tough do you think it will be as a first project?

wowwoweowza@lemmy.ml to Linux@lemmy.ml – 61 points –
How to Create a BBS in Linux with EnigmaBBS - Make Tech Easier
maketecheasier.com
14

You are viewing a single comment

What's the alternative to doing this? Is it safer to read the script first and then execute it as

sh ./install.sh?

Read the official docs to build from source.

Those instructions are from the official docs, and install.sh comes from the source repo. It's an annoying script (it basically runs apt, npm, make, on your behalf...thanks, I can do that myself), but if you're trusting the repo source to begin with, I don't think it's any less secure.