From 3ffd3b96b3a8aa286960b7b3a0e329403aae6ce6 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 7 Jan 2023 22:13:10 +1100 Subject: [PATCH] Fix QEMU mode (a change that slipped through the cracks) --- sysb/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysb/init b/sysb/init index fe5152e..50a1698 100755 --- 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.