From 93dfd51e3432c0f488019ee05dad3e2734b523ff Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 2 Sep 2024 22:03:16 -0400 Subject: [PATCH] Update home/.local/bin/installx --- home/dot_local/bin/executable_installx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_local/bin/executable_installx b/home/dot_local/bin/executable_installx index 9ceeb521..c00c50db 100644 --- a/home/dot_local/bin/executable_installx +++ b/home/dot_local/bin/executable_installx @@ -1,6 +1,6 @@ #!/usr/bin/env zx -import osInfo from 'linux-os-info' -import parallelLimit from 'async/parallelLimit' +import osInfo from 'linux-os-info'; +import parallelLimit from 'async/parallelLimit'; $.verbose = false // Preserves color from subshells