From 12f772ffddc875f05bf7c2d7a249980d36c34a1b Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 5 Nov 2024 14:11:53 -0600 Subject: [PATCH] remove rustup installation; will let the user handle it for now --- system-yaml-files/askiiart-base.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system-yaml-files/askiiart-base.yaml b/system-yaml-files/askiiart-base.yaml index 6d5b8d0..1622ba5 100644 --- a/system-yaml-files/askiiart-base.yaml +++ b/system-yaml-files/askiiart-base.yaml @@ -7,7 +7,6 @@ packages: - "cups" - "ttf-firacode-nerd" - "otf-atkinson-hyperlegible" - - "rustup" - "wezterm" - "neovim" - "gcc" @@ -120,5 +119,5 @@ services: commands: - "usermod -aG libvirt askiiart" - - 'su askiiart -c "rustup default stable"' + - 'su askiiart -c "rustup update"' - "pacman -Sc --noconfirm"