Compare commits

..

1 Commits

Author SHA1 Message Date
MickLesk 7b7fc15405 Byparr: Use invisible-playwright browser setup 2026-08-08 22:15:32 +02:00
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ function update_script() {
msg_info "Configuring Byparr"
cd /opt/Byparr
$STD uv sync --link-mode copy
$STD uv run camoufox fetch
$STD uv run python -m invisible_playwright fetch
msg_ok "Configured Byparr"
msg_info "Starting Service"
-1
View File
@@ -30,7 +30,6 @@ function update_script() {
exit
fi
ensure_dependencies git
if check_for_gh_release "sparkyfitness" "CodeWithCJ/SparkyFitness"; then
msg_info "Stopping Services"
systemctl stop sparkyfitness-server nginx
+1 -1
View File
@@ -58,7 +58,7 @@ fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr" "tarball" "latest"
msg_info "Configuring Byparr"
cd /opt/Byparr
$STD uv sync --link-mode copy
$STD uv run camoufox fetch
$STD uv run python -m invisible_playwright fetch
msg_ok "Configured Byparr"
msg_info "Creating Service"
+1 -1
View File
@@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y git nginx
$STD apt install -y nginx
msg_ok "Installed Dependencies"
PG_VERSION="18" setup_postgresql