From c0538837a2c00b2e5fe1f8a1021128564453e16a Mon Sep 17 00:00:00 2001 From: n0stal6ic Date: Thu, 30 Apr 2026 20:19:28 -0500 Subject: [PATCH] Add files via upload --- install.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install.bat diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..cabd82c --- /dev/null +++ b/install.bat @@ -0,0 +1,5 @@ +@echo off +echo Vault Installer +pip install fastapi uvicorn +timeout 5 >nul +exit \ No newline at end of file