From e52029f9e5c8d9d16bbab520fcbeabe66e98473b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 22 Jun 2026 17:30:01 +0200 Subject: [PATCH] fix: arty.yml rust install cmd --- arty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arty.yml b/arty.yml index 1e2fe2e..93be128 100644 --- a/arty.yml +++ b/arty.yml @@ -53,7 +53,7 @@ scripts: debian:install:tools: sudo apt install -y imagemagick rsvg-convert ffmpeg yt-dlp shellcheck micro docker:install: curl -fsSL -o- https://get.docker.com | sudo sh && sudo usermod -aG docker $USER ssh:keygen: ssh-keygen -t ed25519 -C "valknar@pivoine.art" - rust:install: curl https://sh.rustup.rs -sSf | sh + rust:install: curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y rust:install:tools: cargo install bat fd-find yazi-build rust:update: rustup update node:install: nvm install