Przeglądaj źródła

Hardcode bun version (#494)

Nikhil Rao 2 lat temu
rodzic
commit
64b0d47897
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pynecone/constants.py

+ 1 - 1
pynecone/constants.py

@@ -68,7 +68,7 @@ API_URL = "http://localhost:8000"
 # The default path where bun is installed.
 # The default path where bun is installed.
 BUN_PATH = "$HOME/.bun/bin/bun"
 BUN_PATH = "$HOME/.bun/bin/bun"
 # Command to install bun.
 # Command to install bun.
-INSTALL_BUN = "curl https://bun.sh/install | bash"
+INSTALL_BUN = "curl -fsSL https://bun.sh/install | bash -s -- bun-v0.5.5"
 # Default host in dev mode.
 # Default host in dev mode.
 BACKEND_HOST = "0.0.0.0"
 BACKEND_HOST = "0.0.0.0"
 # The default timeout when launching the gunicorn server.
 # The default timeout when launching the gunicorn server.