mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 01:15:35 +00:00
Update install_luadocumentor_in_docker.sh (was broken by https://gitlab.com/ptmikheev/openmw-luadocumentor/-/merge_requests/3)
This commit is contained in:
parent
14afde4689
commit
e4a097fdc3
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ PATH=$PATH:~/luarocks/bin
|
|||
echo "Install openmwluadocumentor"
|
||||
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
|
||||
cd openmw-luadocumentor/luarocks
|
||||
luarocks --local pack openmwluadocumentor-0.1.1-1.rockspec
|
||||
luarocks --local install openmwluadocumentor-0.1.1-1.src.rock
|
||||
luarocks --local pack openmwluadocumentor-0.2.0-1.rockspec
|
||||
luarocks --local install openmwluadocumentor-0.2.0-1.src.rock
|
||||
cd ~
|
||||
rm -r openmw-luadocumentor
|
||||
|
|
Loading…
Reference in a new issue