fetch-backend-source-code.sh 161 B

1234567
  1. #!/bin/bash
  2. rm -rf ruoyi-ai-backend
  3. git clone https://github.com/ageerle/ruoyi-ai
  4. mv ruoyi-ai ruoyi-ai-backend
  5. cd ruoyi-ai-backend
  6. # git checkout v2.0.4
  7. # cd ..