We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9819aa5 commit 8d73881Copy full SHA for 8d73881
scripts/buildLuaRocks.sh
@@ -1,11 +1,11 @@
1
#!/bin/bash
2
3
-sudo apt install build-essential libreadline-dev unzip wget
4
-wget https://luarocks.org/releases/luarocks-3.11.0.tar.gz
5
-tar -zxpf luarocks-3.11.0.tar.gz
6
-rm luarocks-3.11.0.tar.gz
7
-cd luarocks-3.11.0
+sudo apt install build-essential libreadline-dev unzip wget make -yq
+wget "https://luarocks.org/releases/luarocks-3.12.2.tar.gz"
+tar -zxpf luarocks-3.12.2.tar.gz
+rm luarocks-3.12.2.tar.gz
+cd luarocks-3.12.2
8
./configure
9
make
10
sudo make install
11
- mkdir ~/.luarocks
+ mkdir ~/.luarocks
0 commit comments