소스 검색

Add more flags for composer

poesty 1 년 전
부모
커밋
e0afab4d77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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