Add CMD_FLAGS.txt functionality to WSL installer (#119)
This commit is contained in:
parent
601fc424cd
commit
9e17325207
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
mkdir oobabooga_{windows,linux,macos,wsl}
|
||||
for p in windows macos linux wsl; do
|
||||
if [ "$p" == "wsl" ]; then cp {*$p*\.*,webui.py,INSTRUCTIONS-WSL.txt} oobabooga_$p;
|
||||
if [ "$p" == "wsl" ]; then cp {*$p*\.*,webui.py,INSTRUCTIONS-WSL.txt,CMD_FLAGS.txt} oobabooga_$p;
|
||||
else cp {*$p*\.*,webui.py,INSTRUCTIONS.txt,CMD_FLAGS.txt} oobabooga_$p; fi
|
||||
zip -r oobabooga_$p.zip oobabooga_$p;
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue