mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
5 lines
115 B
Batchfile
5 lines
115 B
Batchfile
@echo off
|
|
echo installing requirements
|
|
wsl.exe -d Ubuntu-20.04 ./install_script.sh
|
|
echo Script execution complete.
|