From 24acc84a1f8301696556f72281315e32fce04711 Mon Sep 17 00:00:00 2001 From: n0stal6ic Date: Thu, 30 Apr 2026 20:19:59 -0500 Subject: [PATCH] Update install.bat --- install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.bat b/install.bat index cabd82c..4eda746 100644 --- a/install.bat +++ b/install.bat @@ -1,5 +1,5 @@ @echo off -echo Vault Installer +title Vault Installer pip install fastapi uvicorn timeout 5 >nul -exit \ No newline at end of file +exit