Update spacedrive.spec

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-02-06 20:00:10 +08:00
committed by GitHub
parent 48c248ba7a
commit baec5da5dd
+2 -1
View File
@@ -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