Skip to content

Commit

Permalink
Switch to GitLab-hosted Lua archvies
Browse files Browse the repository at this point in the history
lua.org has been down all day, so CI has been dead.
  • Loading branch information
AnyOldName3 committed Jun 17, 2024
1 parent 9d378de commit 8efc399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install_luadocumentor_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

echo "Install lua 5.1"
cd ~
curl -R -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
curl -R -O https://gitlab.com/OpenMW/openmw-deps/-/raw/main/lua/lua-5.1.5.tar.gz
tar -zxf lua-5.1.5.tar.gz
rm lua-5.1.5.tar.gz
cd lua-5.1.5/
Expand All @@ -17,7 +17,7 @@ PATH=$PATH:~/lua-5.1.5/src

echo "Install luarocks"
luarocksV="3.9.2"
wget https://luarocks.org/releases/luarocks-$luarocksV.tar.gz
wget https://gitlab.com/OpenMW/openmw-deps/-/raw/main/lua/luarocks-$luarocksV.tar.gz
tar zxpf luarocks-$luarocksV.tar.gz
rm luarocks-$luarocksV.tar.gz
cd luarocks-$luarocksV/
Expand Down

0 comments on commit 8efc399

Please sign in to comment.