mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Local download
This commit is contained in:
parent
2fe4a18b83
commit
4d73ccbc8d
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ ynh_webpath_register $app $domain $path_url
|
|||
sudo mkdir -p $src_path
|
||||
|
||||
# Download, unzip and copy source - TODO in local (temporarily) to speed up test process
|
||||
sudo wget -q ftp://srvnas.fhm.local/COMMUNS/INFORMATIQUE/dolibarr/dolibarr-6.0.4.zip -O dolibarr-${version}.zip
|
||||
sudo wget -q ftp://10.1.1.110/COMMUNS/INFORMATIQUE/dolibarr/dolibarr-6.0.4.zip -O dolibarr-${version}.zip
|
||||
#sudo wget -q https://github.com/Dolibarr/dolibarr/archive/${version}.zip -O dolibarr-${version}.zip
|
||||
unzip -qq dolibarr-${version}.zip || ynh_die "Problem uncompressing dolibarr zip file"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue