From 54d37fe2fd1c511bf50ae7fec754dbea72397ccf Mon Sep 17 00:00:00 2001 From: vx_clutch <98831688+vx-clutch@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:47:38 -0400 Subject: [PATCH] Update get --- bin/.local/bin/get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.local/bin/get b/bin/.local/bin/get index 5827641..ed65062 100644 --- a/bin/.local/bin/get +++ b/bin/.local/bin/get @@ -1,7 +1,7 @@ #!/bin/sh pkgs="$@" -installer="echo "error: something went wrong" ; exit 1" +installer="echo \"error: something went wrong\" ; exit 1" check() { return command -v xbps-install >dev/null 2>&1