commit: 3ffd3b96b3a8aa286960b7b3a0e329403aae6ce6 parent f4ebc241ac50c738e7a1c6d37c4e8e9a9f19fe92 Author: fosslinux <fosslinux@aussies.space> Date: Sat, 7 Jan 2023 22:13:10 +1100 Fix QEMU mode (a change that slipped through the cracks)Diffstat:
M | sysb/init | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/sysb/init b/sysb/init
@@ -19,7 +19,7 @@ echo "Installing packages into sysb" install_tar() { echo "${1}: installing package" - src_apply_tar "$@" + src_apply "$@" } # Install needed packages.