All checks were successful
continuous-integration/drone/push Build is passing
10 lines
238 B
Batchfile
10 lines
238 B
Batchfile
@echo off
|
|
echo Installing MC Panel Daemon dependencies...
|
|
pip install -r requirements.txt
|
|
echo.
|
|
echo Installation complete!
|
|
echo.
|
|
echo Please configure .env file before starting the daemon
|
|
echo Copy .env.example to .env and edit it
|
|
pause
|