From 228fc9155f455c611c1e99e5713dafe9b69a23e4 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 6 Feb 2024 05:51:47 +0700 Subject: [PATCH] bump --- src/executor/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executor/runner.js b/src/executor/runner.js index 35f1e41..5e01d63 100644 --- a/src/executor/runner.js +++ b/src/executor/runner.js @@ -495,7 +495,7 @@ export default async function runConfig(config, domain, writer, sandbox = false) await writeLog("$> Changing Bun engine to " + (value || 'latest')); await sshExec("command -v pathman &> /dev/null || (curl -sS https://webinstall.dev/pathman | bash) ; source ~/.bashrc"); await sshExec(`curl -sS https://webinstall.dev/bun${arg} | bash ; source ~/.config/envman/PATH.env`); - await sshExec(`wget https://github.com/domcloud/proxy-fix/releases/download/v0.0.4/proxyfix-linux-amd64 -O ~/.local/bin/bunfix && chmod +x ~/.local/bin/bunfix || true`); + await sshExec(`wget https://github.com/domcloud/proxy-fix/releases/download/v0.0.5/proxyfix-linux-amd64 -O ~/.local/bin/bunfix && chmod +x ~/.local/bin/bunfix || true`); await sshExec("bun --version"); } break;