61
submitted 7 months ago by wowwoweowza@lemmy.ml to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] youngGoku@lemmy.world 12 points 7 months ago* (last edited 7 months ago)
chmod +x ./install.sh 
./install.sh

Hmm usually not a secure practice to do this

[-] 0000@lemmy.world 7 points 7 months ago

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

sh ./install.sh?

[-] youngGoku@lemmy.world 8 points 7 months ago

Read the official docs to build from source.

[-] duncesplayed@lemmy.one 2 points 7 months 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.

load more comments (2 replies)
this post was submitted on 28 Nov 2023
61 points (98.4% liked)

Linux

45595 readers
880 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS