5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
cd /opt/rsshub/RSSHub
|
|
mv .env .env.bak
|
|
pnpm build
|
|
mv .env.bak .env
|