From 45e8eea69dcaff965b8ad2ecc5738e9899a25bc5 Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Sat, 17 Jan 2026 09:45:01 +0530 Subject: [PATCH] fix: rust install command in spec file --- picoforge.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/picoforge.spec b/picoforge.spec index 15f2d10..eecdba8 100644 --- a/picoforge.spec +++ b/picoforge.spec @@ -24,10 +24,6 @@ BuildRequires: pkgconfig(appindicator3-0.1) BuildRequires: pkgconfig(libpcsclite) BuildRequires: pkgconfig(libudev) -# Build Tools -BuildRequires: rust -BuildRequires: cargo - %description PicoForge is a modern desktop application for configuring and managing Pico FIDO security keys. Built with Rust, Tauri, and Svelte, it provides an intuitive interface for: @@ -46,7 +42,7 @@ export DENO_INSTALL="$HOME/.deno" export PATH="$DENO_INSTALL/bin:$PATH" deno --version -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y export PATH=$(pwd)/.cargo/bin:$PATH rustc --version