cm0002@lemy.lol to Linux@programming.dev · 2 months agoVocalinux Is an Open-Source Voice Dictation App Built for Linuxlinuxiac.comexternal-linkmessage-square12linkfedilinkarrow-up199arrow-down11cross-posted to: [email protected]
arrow-up198arrow-down1external-linkVocalinux Is an Open-Source Voice Dictation App Built for Linuxlinuxiac.comcm0002@lemy.lol to Linux@programming.dev · 2 months agomessage-square12linkfedilinkcross-posted to: [email protected]
minus-squarejatinkrmalik@lemmy.worldlinkfedilinkarrow-up1·8 hours agoYeah, pipe-to-bash is a bad habit even when the script is ours. Prefer git clone / AppImage / read install.sh first; the /tmp step is so you can open it before it runs, not so you skip reading it.
Yeah, pipe-to-bash is a bad habit even when the script is ours. Prefer git clone / AppImage / read install.sh first; the /tmp step is so you can open it before it runs, not so you skip reading it.