Browse code

Added no-clobber opt - to decrease download time.

YustasSwamp authored on 2015/06/10 07:36:41
Showing 1 changed files
... ...
@@ -20,4 +20,4 @@ if [ ${EUID} -ne 0 ]; then
20 20
     exit 1
21 21
 fi
22 22
 
23
-wget -c -nv  -r -nH --cut-dirs=4 -B https://bintray.com/artifact/download/vmware/photon_release_1.0_TP1_x86_64/ -i rpmfilelist -P ${PUBLISHRPMSPATHDIR}
23
+wget -c -nv -nc -r -nH --cut-dirs=4 -B https://bintray.com/artifact/download/vmware/photon_release_1.0_TP1_x86_64/ -i rpmfilelist -P ${PUBLISHRPMSPATHDIR}