From 154573ee2dde49495f6030a78808f415ba569c1d Mon Sep 17 00:00:00 2001 From: Jacob Chapman <7908073+chapmanjacobd@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:41:29 -0500 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 04f6416..96b9c27 100644 --- a/install.sh +++ b/install.sh @@ -52,8 +52,8 @@ main() { local _arch="$RETVAL" assert_nz "$_arch" "arch" - which rustup > /dev/null 2>&1 - need_ok "failed to find Rust installation, is rustup installed?" + which rustc > /dev/null 2>&1 + need_ok "failed to find Rust installation, is rust installed?" get_firedbg_version || return 1 local _firedbg_version="$RETVAL"