From d3427ae137a3ef269b66fdb3a7be6cb0195251dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 23 Jun 2026 10:56:32 +0200 Subject: [PATCH] fix: ssh keygen with git email --- arty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arty.yml b/arty.yml index f10c14b..1f45057 100644 --- a/arty.yml +++ b/arty.yml @@ -52,7 +52,7 @@ scripts: debian:install:libs: sudo apt install -y libffi-dev zlib1g-dev libyaml-dev libssl-dev liblzma-dev libbz2-dev libncurses-dev libreadline-dev libsqlite3-dev python3-tk tk-dev zstd 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" + ssh:keygen: ssh-keygen -t ed25519 -C "$(git config --global user.email)" 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