mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-11 08:55:43 +08:00
fix(docker): update init.toml url
This commit is contained in:
parent
9169a2db2a
commit
e1fc546d7f
@ -30,7 +30,7 @@ ENV PYTHON3_HOST_PROG "/usr/bin/python3"
|
|||||||
|
|
||||||
RUN mkdir -p $HOME/.config $HOME/.SpaceVim.d
|
RUN mkdir -p $HOME/.config $HOME/.SpaceVim.d
|
||||||
|
|
||||||
RUN curl https://raw.githubusercontent.com/SpaceVim/SpaceVim/master/docker/init.toml > $HOME/.SpaceVim.d/init.toml
|
RUN curl https://gitlab.com/SpaceVim/SpaceVim/-/raw/master/docker/init.toml > $HOME/.SpaceVim.d/init.toml
|
||||||
|
|
||||||
RUN curl -sLf https://spacevim.org/install.sh | bash
|
RUN curl -sLf https://spacevim.org/install.sh | bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user