From 50929820fd23cb92750624f8edbab944cdbe2044 Mon Sep 17 00:00:00 2001 From: Aaron Chen Date: Wed, 5 Jul 2023 14:40:04 +0800 Subject: [PATCH] =?UTF-8?q?Debian11=E5=AE=89=E8=A3=85lua=E5=92=8Cluarocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/freeswitch/Debian11安装lua和luarocks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/freeswitch/Debian11安装lua和luarocks.md b/docs/freeswitch/Debian11安装lua和luarocks.md index a825eb4..ca7c603 100644 --- a/docs/freeswitch/Debian11安装lua和luarocks.md +++ b/docs/freeswitch/Debian11安装lua和luarocks.md @@ -1,10 +1,10 @@ -## Debian11安装lua5.1和luarocks +## Debian11安装lua和luarocks > wandoubaba / 2023-01-18 严格来说,这个内容并不只针对FreeSWITCH,不过打造一个合适的lua的编写和运行环境也是玩转FreeSWITCH的一个前提,而且笔者是通过FreeSWITCH才认识lua的,所以把搭建lua环境也当作是FreeSWITCH的一个案例看待。 -### 安装lua5.2 +### 安装lua > 后面的操作过程中如果使用root账号的话就不需要加`sudo`了