From baec5da5ddb75b36eeff6481e6b8fc9bdface654 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 6 Feb 2024 20:00:10 +0800 Subject: [PATCH] Update spacedrive.spec Signed-off-by: madomado --- anda/apps/spacedrive/spacedrive.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/spacedrive/spacedrive.spec b/anda/apps/spacedrive/spacedrive.spec index ecd9c2ec66..c61f3b7c64 100644 --- a/anda/apps/spacedrive/spacedrive.spec +++ b/anda/apps/spacedrive/spacedrive.spec @@ -17,7 +17,8 @@ Spacedrive is an open source cross-platform file manager, powered by a virtual d # we need nightly cargo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup.sh chmod +x ./rustup.sh -./rustup.sh -y +./rustup.sh -y -t nightly --profile minimal +source "$HOME/.cargo/env" rustup default nightly pnpm install