summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-19 12:27:21 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-19 12:27:21 -0500
commit56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2 (patch)
treef4ad85971cf1794c870ae00d3f6ed68a4b4585f1
parent4f652fba67d67ff128771dba14e54bf636b50b19 (diff)
downloadimage-luarocks-56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2.tar.gz
image-luarocks-56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2.tar.bz2
image-luarocks-56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2.zip
Add upx to luarocks image
-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