1
0
Fork 0
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:
liberodark 2019-07-29 21:36:58 +02:00 committed by GitHub
parent 28a3ae828a
commit 2b848be1b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,27 +106,6 @@ ynh_app_setting_set $app final_path $final_path
# Download, check integrity, uncompress and patch the source from app.src
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
#=================================================