▲ 60 ▼ 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? (www.maketecheasier.com) submitted 2 years ago by wowwoweowza@lemmy.ml to c/linux@lemmy.ml 15 comments fedilink hide all child comments
[–] youngGoku@lemmy.world 12 points 2 years ago* (2 children) chmod +x ./install.sh ./install.sh Hmm usually not a secure practice to do this permalink fedilink source hideshow 4 child comments replies: [–] 0000@lemmy.world 6 points 2 years ago (1 child) What's the alternative to doing this? Is it safer to read the script first and then execute it as sh ./install.sh? permalink fedilink source parent hideshow 2 child comments replies: [–] youngGoku@lemmy.world 8 points 2 years ago (1 child) Read the official docs to build from source. permalink fedilink source parent hideshow 2 child comments replies: [–] duncesplayed@lemmy.one 2 points 2 years ago 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. permalink fedilink source parent [–] wowwoweowza@lemmy.ml [S] 1 point 2 years ago I have a great deal to learn… permalink fedilink source parent
[–] 0000@lemmy.world 6 points 2 years ago (1 child) What's the alternative to doing this? Is it safer to read the script first and then execute it as sh ./install.sh? permalink fedilink source parent hideshow 2 child comments replies: [–] youngGoku@lemmy.world 8 points 2 years ago (1 child) Read the official docs to build from source. permalink fedilink source parent hideshow 2 child comments replies: [–] duncesplayed@lemmy.one 2 points 2 years ago 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. permalink fedilink source parent
[–] youngGoku@lemmy.world 8 points 2 years ago (1 child) Read the official docs to build from source. permalink fedilink source parent hideshow 2 child comments replies: [–] duncesplayed@lemmy.one 2 points 2 years ago 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. permalink fedilink source parent
[–] duncesplayed@lemmy.one 2 points 2 years ago 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. permalink fedilink source parent
[–] wowwoweowza@lemmy.ml [S] 1 point 2 years ago I have a great deal to learn… permalink fedilink source parent