Browse Source

Add more flags for composer

poesty 1 năm trước cách đây
mục cha
commit
e0afab4d77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      update/update_bookstack.sh

+ 1 - 1
update/update_bookstack.sh

@@ -43,7 +43,7 @@ rm "$BACKUP_DIR.tar.gz.gpg"
 
 # Run BookStack upgrade commands
 git pull origin release --quiet
-composer install --no-dev
+composer install --no-dev -n -q --no-progress
 php artisan migrate
 php artisan cache:clear
 php artisan view:clear