mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update install
This commit is contained in:
parent
5b7027fa9d
commit
d9d1c1bcd3
1 changed files with 1 additions and 2 deletions
|
@ -86,11 +86,10 @@ ynh_mysql_execute_as_root --sql="ALTER DATABASE $db_name charset=utf8"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Setting up source files..." --weight=1
|
ynh_script_progression --message="Setting up source files..." --weight=1
|
||||||
|
|
||||||
|
|
||||||
# Load the last available version
|
# Load the last available version
|
||||||
source upgrade.d/upgrade.last.sh
|
source upgrade.d/upgrade.last.sh
|
||||||
|
|
||||||
# Create an app.src for the last version of nextcloud
|
# Create an app.src for the last version of Dolibarr
|
||||||
cat > ../conf/app.src << EOF
|
cat > ../conf/app.src << EOF
|
||||||
SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/$next_version.tar.gz
|
SOURCE_URL=https://github.com/Dolibarr/dolibarr/archive/$next_version.tar.gz
|
||||||
SOURCE_SUM=$dolibarr_source_sha256
|
SOURCE_SUM=$dolibarr_source_sha256
|
||||||
|
|
Loading…
Reference in a new issue