wowwoweowza@lemmy.ml to Linux@lemmy.ml · 1 year agoUbuntu 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.comexternal-linkmessage-square10fedilinkarrow-up136arrow-down11
arrow-up135arrow-down1external-linkUbuntu 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.comwowwoweowza@lemmy.ml to Linux@lemmy.ml · 1 year agomessage-square10fedilink
minus-squareGoku@lemmy.worldlinkfedilinkarrow-up8·edit-21 year agochmod +x ./install.sh ./install.sh Hmm usually not a secure practice to do this
minus-square0000@lemmy.worldlinkfedilinkarrow-up4·1 year agoWhat’s the alternative to doing this? Is it safer to read the script first and then execute it as sh ./install.sh?
minus-squareGoku@lemmy.worldlinkfedilinkarrow-up5·1 year agoRead the official docs to build from source.
chmod +x ./install.sh ./install.sh
Hmm usually not a secure practice to do this
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.
I have a great deal to learn…