From 64b248b33b0b5a9636484f138c6cdb0cdaa9216e Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:34:48 +1000 Subject: [PATCH] Update erpnext.sh --- ct/erpnext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/erpnext.sh b/ct/erpnext.sh index fabc25942..4c1c6c885 100644 --- a/ct/erpnext.sh +++ b/ct/erpnext.sh @@ -43,7 +43,7 @@ function update_script() { msg_info "Installing Dependencies" $STD apt-get install -y pkg-config - $STD sudo -u frappe bash -c 'export PATH="$HOME/.local/bin:/usr/local/bin:$PATH"; uv python install 3.14' + $STD sudo -u frappe bash -c 'export PATH="$HOME/.local/bin:/usr/local/bin:$PATH"; cd /opt/frappe-bench && uv python install 3.14' msg_ok "Installed Dependencies" msg_info "Migrating bench environment"