Skip to content

Commit af10e10

Browse files
authored
Byparr: Use invisible-playwright browser setup (#16353)
1 parent ad09299 commit af10e10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ct/byparr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function update_script() {
8181
msg_info "Configuring Byparr"
8282
cd /opt/Byparr
8383
$STD uv sync --link-mode copy
84-
$STD uv run camoufox fetch
84+
$STD uv run python -m invisible_playwright fetch
8585
msg_ok "Configured Byparr"
8686

8787
msg_info "Starting Service"

install/byparr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr" "tarball" "latest"
5858
msg_info "Configuring Byparr"
5959
cd /opt/Byparr
6060
$STD uv sync --link-mode copy
61-
$STD uv run camoufox fetch
61+
$STD uv run python -m invisible_playwright fetch
6262
msg_ok "Configured Byparr"
6363

6464
msg_info "Creating Service"

0 commit comments

Comments
 (0)