mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 19:21:24 +00:00
🚑 Use https instead of git protocol to fetch sources (#404)
This commit is contained in:
parent
e4bd525da3
commit
de835ce655
1 changed files with 3 additions and 3 deletions
|
@ -90,13 +90,13 @@ RUN \
|
||||||
&& chmod a+x /usr/bin/ha \
|
&& chmod a+x /usr/bin/ha \
|
||||||
\
|
\
|
||||||
&& git clone --branch master --single-branch --depth 1 \
|
&& git clone --branch master --single-branch --depth 1 \
|
||||||
"git://github.com/robbyrussell/oh-my-zsh.git" ~/.oh-my-zsh \
|
"https://github.com/robbyrussell/oh-my-zsh.git" ~/.oh-my-zsh \
|
||||||
\
|
\
|
||||||
&& git clone --branch master --single-branch --depth 1 \
|
&& git clone --branch master --single-branch --depth 1 \
|
||||||
"git://github.com/zsh-users/zsh-autosuggestions" \
|
"https://github.com/zsh-users/zsh-autosuggestions" \
|
||||||
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions \
|
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions \
|
||||||
&& git clone --branch master --single-branch --depth 1 \
|
&& git clone --branch master --single-branch --depth 1 \
|
||||||
"git://github.com/zsh-users/zsh-syntax-highlighting.git" \
|
"https://github.com/zsh-users/zsh-syntax-highlighting.git" \
|
||||||
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting \
|
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting \
|
||||||
\
|
\
|
||||||
&& sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd \
|
&& sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue