Fixes commit c995767de5
This commit is contained in:
parent
cdc18fd547
commit
0cfc013ed7
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@ export DNX_USER_HOME="`pwd -P`/dnx"
|
||||||
# rt
|
# rt
|
||||||
mkdir -p dnx/runtimes
|
mkdir -p dnx/runtimes
|
||||||
cd dnx/runtimes
|
cd dnx/runtimes
|
||||||
curl --insecure -sSL https://lua.pschneider.fr/files/Paul/dnx-mono.1.0.0-rc1-update2.tar.bz2 |tar xj
|
curl --insecure -sSL https://freespeech.pschneider.fr/files/Paul/dnx-mono.1.0.0-rc1-update2.tar.bz2 |tar xj
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# dnvm
|
# dnvm
|
||||||
mkdir -p dnvm
|
mkdir -p dnvm
|
||||||
cd dnvm
|
cd dnvm
|
||||||
curl --insecure -sSL https://lua.pschneider.fr/files/Paul/dnvm.sh >dnvm.sh
|
curl --insecure -sSL https://freespeech.pschneider.fr/files/Paul/dnvm.sh >dnvm.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# alias
|
# alias
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue