- Timestamp:
- Feb 13, 2025, 6:34:29 PM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r5533 r5538 55 55 echo wget --no-check-certificate -nv "http://lmdz.lmd.jussieu.fr/pub/$url" 56 56 wget --no-check-certificate -nv "http://lmdz.lmd.jussieu.fr/pub/$url" 57 if [ $? != 0 ] ; then echo wget of n\ "http://lmdz.lmd.jussieu.fr/pub/$url" terminated anormaly ; exit 1 ; fi 57 58 if [ $save_pub = 1 ] ; then # saving wget files on $save_pub_dir 58 59 dir=$save_pub_dir/`dirname $1` ; mkdir -p $dir
Note: See TracChangeset
for help on using the changeset viewer.