mirror of
https://github.com/n0stal6ic/vault-tools.git
synced 2026-07-15 18:00:04 +02:00
5 lines
78 B
Batchfile
5 lines
78 B
Batchfile
@echo off
|
|
echo Vault Installer
|
|
pip install fastapi uvicorn
|
|
timeout 5 >nul
|
|
exit |