From e4a097fdc39d974a5b71a18028c0420e9f0ba5e5 Mon Sep 17 00:00:00 2001 From: Petr Mikheev Date: Fri, 23 Dec 2022 15:58:45 +0000 Subject: [PATCH] Update install_luadocumentor_in_docker.sh (was broken by https://gitlab.com/ptmikheev/openmw-luadocumentor/-/merge_requests/3) --- docs/source/install_luadocumentor_in_docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install_luadocumentor_in_docker.sh b/docs/source/install_luadocumentor_in_docker.sh index 1853058bb7..35ed9bef08 100644 --- a/docs/source/install_luadocumentor_in_docker.sh +++ b/docs/source/install_luadocumentor_in_docker.sh @@ -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