@[email protected] to [email protected] • 20 days agoPosting for a friend lollemmy.worldimagemessage-square131fedilinkarrow-up1873
arrow-up1873imagePosting for a friend lollemmy.world@[email protected] to [email protected] • 20 days agomessage-square131fedilink
minus-square@[email protected]linkfedilink7•20 days agoI’d recommend avoiding aliases that conflict with regular commands, and there’s a standard Linux command called install. https://man7.org/linux/man-pages/man1/install.1.html If you’re going to always pass the -y flag then I’d add --no-install-recommends too.
minus-square@[email protected]linkfedilinkEnglish2•edit-220 days agoOh sorry. install is already a part of make/cmake as well, so it’d break any of those workflows also. The joke I thought I was making was “I’m too lazy to type out what I want, let’s just break the system instead.”
I’d recommend avoiding aliases that conflict with regular commands, and there’s a standard Linux command called
install
. https://man7.org/linux/man-pages/man1/install.1.htmlIf you’re going to always pass the -y flag then I’d add --no-install-recommends too.
Oh sorry.
install is already a part of make/cmake as well, so it’d break any of those workflows also.
The joke I thought I was making was “I’m too lazy to type out what I want, let’s just break the system instead.”