mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-14 21:23:42 +08:00
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ruoyi-ai-web
|
|
git clone https://github.com/ageerle/ruoyi-web
|
|
mv ruoyi-web ruoyi-ai-web
|