From dcb2fc204ca3bee86c0ae19ecff4cf3420bf9ed9 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 22:10:10 -0500 Subject: [PATCH] + softlink from bin --- scripts/curae_setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/curae_setup.sh b/scripts/curae_setup.sh index 2412f65..9fad231 100644 --- a/scripts/curae_setup.sh +++ b/scripts/curae_setup.sh @@ -28,4 +28,6 @@ cd ${home_dir} wget -q ${src_url} -O ${home_dir}/curae.sh chmod 755 curae.sh +ln -s ${home_dir}/curae.sh /usr/local/bin/curae + echo "a fresh copy of curae.sh is now located at '${home_dir}/curae.sh'"