Skip to content

Commit 442b498

Browse files
committed
apt fixx
1 parent 40c4e05 commit 442b498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep/ubuntu_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
pip install python-language-server
4646

4747
if [ "Y$OPT_LUA" == "Yyes" ];then
48-
apt install lua5.3-dev luarocks lua5.3
48+
apt install -y lua5.3-dev luarocks lua5.3
4949
luarocks install --server=http://luarocks.org/dev lua-lsp
5050
fi
5151
if [ "Y$OPT_FE" == "Yyes" ];then

0 commit comments

Comments
 (0)