This commit is contained in:
topkecleon 2016-09-06 20:39:39 -04:00
parent 1fd125aa2c
commit 87ebf19336

View File

@ -8,7 +8,7 @@ if [ $(lsb_release -r | cut -f 2) == "16.04" ]; then
rocklist="luasocket luasec multipart-post lpeg dkjson" rocklist="luasocket luasec multipart-post lpeg dkjson"
else else
luaver="5.2" luaver="5.2"
rocklist="luasocket luasec multipart-post lpeg dkjson serpent" rocklist="luasocket luasec multipart-post lpeg dkjson luautf8"
fi fi
echo "This script is intended for Ubuntu. It may work in Debian." echo "This script is intended for Ubuntu. It may work in Debian."