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