From 56b18e61b8ab8fe8fda8aa042b81f4d78400b4f2 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 19 Aug 2024 12:27:21 -0500 Subject: Add upx to luarocks image --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index f40b4cb..982354a 100755 --- a/init +++ b/init @@ -2,7 +2,7 @@ rc-service networking start -apk add luarocks$maj.$min zip +apk add luarocks$maj.$min zip upx ln -s /usr/bin/luarocks-$maj.$min /usr/local/bin/luarocks # We can create the link, even if the file doesn't exist yet. When gcc links # it'll use the filename built into the binary, not the name of the link so -- cgit v1.2.3-55-g6feb