Skip to content

Commit

Permalink
Merge pull request #83 from LibreCodeCoop/chore/print-current-step
Browse files Browse the repository at this point in the history
chore: print current step
  • Loading branch information
vitormattos authored Aug 29, 2024
2 parents 472bdee + 5bb9aff commit 6bed8db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ EOF
occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean

if [ ! -d "apps-extra/hmr_enabler" ]; then
echo "⌛️ Installing hmr_enabler app to be possible use Vue Developer Tools"
git clone --progress --single-branch --depth 1 https://github.com/nextcloud/hmr_enabler apps-extra/hmr_enabler
composer -d apps-extra/hmr_enabler/ i
occ app:enable hmr_enabler
fi

if [ ! -d "apps-extra/viewer" ]; then
echo "⌛️ Installing viewer app..."
git clone --progress --single-branch --depth 1 https://github.com/nextcloud/viewer apps-extra/viewer
cd apps-extra/viewer || exit
composer i
Expand Down

0 comments on commit 6bed8db

Please sign in to comment.