cm0002@lemy.lol to Linux@programming.dev · 2 months agoVocalinux Is an Open-Source Voice Dictation App Built for Linuxlinuxiac.comexternal-linkmessage-square12linkfedilinkarrow-up10
arrow-up10external-linkVocalinux Is an Open-Source Voice Dictation App Built for Linuxlinuxiac.comcm0002@lemy.lol to Linux@programming.dev · 2 months agomessage-square12linkfedilink
minus-squarejatinkrmalik@lemmy.worldlinkfedilinkarrow-up2·15 days 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.