mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-14 13:13:42 +08:00
8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ruoyi-ai-backend
|
|
git clone https://github.com/ageerle/ruoyi-ai
|
|
mv ruoyi-ai ruoyi-ai-backend
|
|
cd ruoyi-ai-backend
|
|
# git checkout v2.0.4
|
|
# cd ..
|