From 25283c1d84805ea8a51a0957de4886c8216414d4 Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Tue, 17 Feb 2026 01:13:27 -0800 Subject: [PATCH] Added start of command to setup script. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f988a73..61ac27e 100755 --- a/setup.sh +++ b/setup.sh @@ -43,7 +43,7 @@ install_needed_dependencies () { # Check the OS echo "checking the OS..." # If it's debian based then apt install - + ${ICMD} # If it's freeBSD then pkg # If it's windows....you're SOL