Skip to content

Commit e4a134d

Browse files
committedJan 25, 2024
🧑‍💻 replace soil with acorn-prettify
1 parent 4d264ae commit e4a134d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.devcontainer/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ else
7676
cat /roots/app/composer.json | jq ".repositories += [{ type: \"path\", url: \"${WORKSPACE_FOLDER}\" }]" > /roots/app/composer.tmp \
7777
&& rm /roots/app/composer.json \
7878
&& mv /roots/app/composer.tmp /roots/app/composer.json \
79-
&& composer require -d /roots/app $(cat "${WORKSPACE_FOLDER}/composer.json" | jq '.name' | tr -d '"') --no-interaction
79+
&& composer require -d /roots/app $(cat "${WORKSPACE_FOLDER}/composer.json" | jq '.name' | tr -d '"') --no-interaction -W
8080
fi
8181

8282
composer remove -d /roots/app wpackagist-theme/twentytwentyfour
83-
composer require -d /roots/app roots/soil
83+
composer require -d /roots/app roots/acorn-prettify -W
8484

8585
# Set filesystem permissions
8686
sudo chown -R vscode:www-data /roots/app

0 commit comments

Comments
 (0)
Please sign in to comment.