Install the git-sync script directly from the upstream repository
This commit is contained in:
parent
3ab55ee128
commit
cb1435a7e0
4 changed files with 24 additions and 0 deletions
|
|
@ -20,7 +20,13 @@ pipx_update() {
|
|||
done
|
||||
}
|
||||
|
||||
git_sync_update() {
|
||||
echo Updating git-sync...
|
||||
resync-git-sync
|
||||
}
|
||||
|
||||
apt_update
|
||||
pipx_update
|
||||
cargo_update
|
||||
ghup
|
||||
git_sync_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue