fix: arty.yml rust install cmd
This commit is contained in:
@@ -53,7 +53,7 @@ scripts:
|
|||||||
debian:install:tools: sudo apt install -y imagemagick rsvg-convert ffmpeg yt-dlp shellcheck micro
|
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
|
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"
|
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:install:tools: cargo install bat fd-find yazi-build
|
||||||
rust:update: rustup update
|
rust:update: rustup update
|
||||||
node:install: nvm install
|
node:install: nvm install
|
||||||
|
|||||||
Reference in New Issue
Block a user