mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Update install
This commit is contained in:
parent
28a3ae828a
commit
2b848be1b9
1 changed files with 0 additions and 21 deletions
|
@ -106,27 +106,6 @@ ynh_app_setting_set $app final_path $final_path
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source "$final_path"
|
ynh_setup_source "$final_path"
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# INSTALL COMPOSER
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
#ynh_print_info "Install composer"
|
|
||||||
|
|
||||||
#EXPECTED_SIGNATURE=$(wget https://composer.github.io/installer.sig -O - -q)
|
|
||||||
#curl -s https://getcomposer.org/installer > composer-setup.php
|
|
||||||
#ACTUAL_SIGNATURE=$(php -r "echo hash_file('SHA384', 'composer-setup.php');")
|
|
||||||
#
|
|
||||||
#if [ "$EXPECTED_SIGNATURE" = "$ACTUAL_SIGNATURE" ]
|
|
||||||
#then
|
|
||||||
# php composer-setup.php --quiet
|
|
||||||
# RESULT=$?
|
|
||||||
# rm composer-setup.php
|
|
||||||
#else
|
|
||||||
# >&2 echo 'ERROR: Invalid composer installer signature'
|
|
||||||
# rm composer-setup.php
|
|
||||||
# exit 1
|
|
||||||
#fi
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL BOOKSTACK DEPS
|
# INSTALL BOOKSTACK DEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue