Skip to content

Commit

Permalink
[chores] Fixed nixio development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Sep 25, 2024
1 parent ccb2431 commit dfa474d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git clone https://git.openwrt.org/project/libubox.git --depth=1
git clone https://git.openwrt.org/project/uci.git --depth=1
{ cd uci && cmake . && make install && cd ..; } || { echo 'Installing uci failed!' && exit 1; }
# install nixio
luarocks install https://raw.githubusercontent.com/openwisp/nixio/master/nixio-scm-0.rockspec
luarocks install https://raw.githubusercontent.com/Neopallium/nixio/refs/heads/master/rockspecs/nixio-scm-0.rockspec
# install luaformatter
git clone --recurse-submodules https://github.com/Koihik/LuaFormatter.git
{ cd LuaFormatter && cmake . && make install && cd ..; } || { echo 'Installing LuaFormatter failed' && exit 1; }
Expand Down

0 comments on commit dfa474d

Please sign in to comment.