mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix typo
This commit is contained in:
parent
83f7a996ea
commit
34fe8e0f98
|
|
@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y \
|
|||
dh-autoreconf bash-completion binutils-i686-linux-gnu \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
run ln -s /bin/echo /bin/run-proven
|
||||
run ln -s /bin/echo /bin/run-prove
|
||||
run curl -L -O https://github.com/roswell/roswell/releases/download/v21.05.14.109/roswell_21.05.14.109-1_amd64.deb;dpkg -i roswell_21.05.14.109-1_amd64.deb; rm roswell_21.05.14.109-1_amd64.deb
|
||||
run ros install sbcl-bin/2.0.0; ros run -- --version
|
||||
run ros install snmsts/sn.github
|
||||
|
|
|
|||
Loading…
Reference in a new issue