1
0
Fork 0
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:
Éric Gaspar 2023-10-02 14:12:56 +02:00
parent 5b7027fa9d
commit d9d1c1bcd3

View file

@ -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