It is usually safer to use the -o option in curl to specifiy your own temp...
It is usually safer to use the -o option in curl to specifiy your own temp file name in scripts because if the file changes in the url then your local file will also change and it will result in an error since you have that name hard coded in the next few lines (tar, rm)
Please register or sign in to comment