mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/bash
|
|
|
|
git fetch --all && git reset --hard origin/main && git pull origin main
|
|
git submodule update |