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