Files
CondOrderBot/git-brfore.sh
2026-03-08 09:00:16 +08:00

11 lines
247 B
Bash

sudo git fetch origin
sudo git reset --hard origin/main
cd output
sudo git fetch origin
sudo git reset --hard origin/main
cd ..
cd config
sudo git fetch origin
sudo git reset --hard origin/main
cd ..
sudo python3 -m pip install -r requirements.txt