kylebarron / linux_setup

Script to install software on a new computer or VM instance
MIT License
3 stars 1 forks source link

download everything to /tmp, not ~/ #27

Closed kylebarron closed 6 years ago

kylebarron commented 6 years ago

always use wget -O ... so that you never have to use globs when doing rm -rf

kylebarron commented 6 years ago

and then use -f with rm

kylebarron commented 6 years ago

Fixed with https://github.com/kylebarron/linux_setup/commit/98a0a39cc824255cc43f312950a9fc28b93a51be