mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix: rust install command in spec file
This commit is contained in:
+1
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user