mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
modified: tools/check_for_upgrade.sh
modified: tools/install.sh modified: tools/upgrade.sh
This commit is contained in:
parent
aaadaa53af
commit
2710b2518e
3 changed files with 6 additions and 301 deletions
|
|
@ -186,13 +186,13 @@ git remote -v | while read remote url extra; do
|
|||
case "$url" in
|
||||
git://github.com/robbyrussell/oh-my-zsh(|.git))
|
||||
# Update out-of-date "unauthenticated git protocol on port 9418" to https
|
||||
git remote set-url "$remote" "https://github.com/ohmyzsh/ohmyzsh.git" ;;
|
||||
git remote set-url "$remote" "https://github.com/seocringe/ohmyzsh.git" ;;
|
||||
https://github.com/robbyrussell/oh-my-zsh(|.git))
|
||||
git remote set-url "$remote" "https://github.com/ohmyzsh/ohmyzsh.git" ;;
|
||||
git remote set-url "$remote" "https://github.com/seocringe/ohmyzsh.git" ;;
|
||||
git@github.com:robbyrussell/oh-my-zsh(|.git))
|
||||
git remote set-url "$remote" "git@github.com:ohmyzsh/ohmyzsh.git" ;;
|
||||
https://github.com/ohmyzsh/ohmyzsh(|.git)) ;;
|
||||
git@github.com:ohmyzsh/ohmyzsh(|.git)) ;;
|
||||
git remote set-url "$remote" "git@github.com:seocringe/ohmyzsh.git" ;;
|
||||
https://github.com/seocringe/ohmyzsh(|.git)) ;;
|
||||
git@github.com:seocringe/ohmyzsh(|.git)) ;;
|
||||
*) continue ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue