summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index f40b4cb..982354a 100755
--- a/init
+++ b/init
@@ -2,7 +2,7 @@
2 2
3rc-service networking start 3rc-service networking start
4 4
5apk add luarocks$maj.$min zip 5apk add luarocks$maj.$min zip upx
6ln -s /usr/bin/luarocks-$maj.$min /usr/local/bin/luarocks 6ln -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