From f496d667533cef85c7fc859d3276c52998ee8ee9 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 29 Oct 2024 13:33:18 -0300 Subject: [PATCH] Update bin/setup --- bin/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup b/bin/setup index 5a53a3b..cd510d1 100755 --- a/bin/setup +++ b/bin/setup @@ -5,12 +5,12 @@ set -e # functions printok() { - echo "ok: ${1}" > /dev/stdout + echo "ok: ${1}" } printerr() { - echo "error: ${1}" > /dev/stderr + echo "error: ${1}" } require_dependency()