1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
This commit is contained in:
Krakinou 2023-07-29 22:11:32 +02:00
parent 752f1c7810
commit 7f6020a30c
2 changed files with 1 additions and 4 deletions

View file

@ -25,7 +25,7 @@ fi
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================
ynh_script_progression --message="Downloading sources to $install_dir..." --weight=10 ynh_script_progression --message="Installing and patching sources to $install_dir..." --weight=10
#REMOVEME? ynh_app_setting_set $app install_dir $install_dir #REMOVEME? ynh_app_setting_set $app install_dir $install_dir
#Set settings constant initializer of the app #Set settings constant initializer of the app

View file

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
version_gt() {
test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1";
}
#================================================= #=================================================
# GENERIC START # GENERIC START