We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d241c03 commit 478194bCopy full SHA for 478194b
ct/bookstack.sh
@@ -51,7 +51,7 @@ function update_script() {
51
msg_info "Configuring BookStack"
52
cd /opt/bookstack
53
export COMPOSER_ALLOW_SUPERUSER=1
54
- $STD composer install --no-dev
+ $STD /usr/local/bin/composer install --no-dev
55
$STD php artisan migrate --force
56
chown www-data:www-data -R /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
57
chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
0 commit comments