Update erpnext.sh

This commit is contained in:
Sam Heinz
2026-06-29 22:34:48 +10:00
parent ae18f7f4c2
commit 64b248b33b
+1 -1
View File
@@ -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"