Skip to content

Commit b019991

Browse files
authored
Update changedetection.sh (#5301)
Add Microsoft Edge as Broswer - as needed for changedetection/playwright to work
1 parent 6bc17a0 commit b019991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/changedetection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function update_script() {
5252
$STD /opt/browserless/node_modules/playwright-core/cli.js install --with-deps
5353
# Update Chrome separately, as it has to be done with the force option. Otherwise the installation of other browsers will not be done if Chrome is already installed.
5454
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome
55-
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit
55+
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit msedge
5656
$STD npm run build --prefix /opt/browserless
5757
$STD npm run build:function --prefix /opt/browserless
5858
$STD npm prune production --prefix /opt/browserless
@@ -74,4 +74,4 @@ description
7474
msg_ok "Completed Successfully!\n"
7575
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
7676
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
77-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:5000${CL}"
77+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:5000${CL}"

0 commit comments

Comments
 (0)