deathmetal27@lemmy.world to linuxmemes@lemmy.world · 1 month agoSnap badlemmy.worldimagemessage-square224linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 1 month agomessage-square224linkfedilink
minus-squareeverett@lemmy.mllinkfedilinkarrow-up0·1 month agoIt’s worth knowing that .deb files can contain setup scripts that get run as root when installed, so you should trust them too.
minus-square👍Maximum Derek👍@discuss.tchncs.delinkfedilinkEnglisharrow-up0·1 month agoYeah. They all come with risks, but I psychologically I struggle to run shell scripts unless I know what’s in them. And the same brain dysfunction makes my automatically distrust a script that doesn’t set pipefail.
minus-squareeverett@lemmy.mllinkfedilinkarrow-up0·1 month agoThat definitely makes sense. Also, the scripts in a .deb should be incredibly short and readable, if you choose to check them out.
It’s worth knowing that .deb files can contain setup scripts that get run as root when installed, so you should trust them too.
Yeah. They all come with risks, but I psychologically I struggle to run shell scripts unless I know what’s in them. And the same brain dysfunction makes my automatically distrust a script that doesn’t set pipefail.
That definitely makes sense. Also, the scripts in a .deb should be incredibly short and readable, if you choose to check them out.