|
|
|
|
|
by lukeschlather
4066 days ago
|
|
You're also trusting that the Internet is going to stay up for the duration of the install script, which is an unreliable assumption. Imagine at some point the script does: rm -rf ~/.config/google and the connection gives out at rm -rf ~/ Suddenly your script didn't install, and you've blown away your home directory. HTTP(S) is designed for reading documents, where it's OK if you can't read the document in its entirety. |
|