Files
ruoyi-ai/docker-deploy/source-code/fetch-web-source-code.sh

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