From 86fad8c7a34a7f597bd592d8f684ff78e66a837a Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 7 Nov 2024 22:33:47 -0600 Subject: Use busybox for wget and some other utilities --- init | 1 + 1 file changed, 1 insertion(+) (limited to 'init') diff --git a/init b/init index 27395b3..e357f15 100755 --- a/init +++ b/init @@ -3,6 +3,7 @@ cp lua4win-dist-lua/lua4win.wxs . cp lua4win-dist-lua/License.rtf . cp lua4win-dist-lua/config-5.1.lua . +mv busybox.exe busybox-l4w.exe cat lua4win.wxs | awk -f lua4win-dist-lua/guid_replacer.awk > replacer.sed sed -i -f replacer.sed lua4win.wxs wix/candle lua4win.wxs -- cgit v1.2.3-55-g6feb