deathmetal27@lemmy.world to linuxmemes@lemmy.world · 1 year agoSnap badlemmy.worldimagemessage-square236fedilinkarrow-up11.12Karrow-down123
arrow-up11.1Karrow-down1imageSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 1 year agomessage-square236fedilink
minus-squareeverett@lemmy.mllinkfedilinkarrow-up10·1 year 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-up6·edit-21 year agoYeah. They all come with risks, but I psychologically 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-up4·1 year 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 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.