diff options
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | rc-service networking start | 3 | rc-service networking start |
4 | 4 | ||
5 | apk add luarocks$maj.$min zip | 5 | apk add luarocks$maj.$min zip upx |
6 | ln -s /usr/bin/luarocks-$maj.$min /usr/local/bin/luarocks | 6 | ln -s /usr/bin/luarocks-$maj.$min /usr/local/bin/luarocks |
7 | # We can create the link, even if the file doesn't exist yet. When gcc links | 7 | # We can create the link, even if the file doesn't exist yet. When gcc links |
8 | # it'll use the filename built into the binary, not the name of the link so | 8 | # it'll use the filename built into the binary, not the name of the link so |