mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:20:04 +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 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user