From 7625191f3ba93d07d123d224d33776f854718ec5 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 18 Jul 2024 17:48:54 -0500 Subject: [PATCH] update startdev --- startdev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startdev.sh b/startdev.sh index 96293a7b..305f59cf 100755 --- a/startdev.sh +++ b/startdev.sh @@ -18,7 +18,7 @@ redirect_to_latest_pre_release() { local latest_release latest_release=$(get_latest_release) if [ -n "$latest_release" ]; then - url="https://raw.githubusercontent.com/ChrisTitusTech/linutil/$latest_release/linutil" + url="https://github.com/ChrisTitusTech/linutil/releases/download/$latest_release/linutil" else echo 'Unable to determine latest pre-release version.' >&2 echo "Using latest Full Release" @@ -53,4 +53,4 @@ check $? "Making linutil executable" check $? "Executing linutil" rm -f $TMPFILE -check $? "Deleting the temporary file" \ No newline at end of file +check $? "Deleting the temporary file"