remove rustup installation; will let the user handle it for now
This commit is contained in:
parent
a1b2ce168c
commit
12f772ffdd
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ packages:
|
||||||
- "cups"
|
- "cups"
|
||||||
- "ttf-firacode-nerd"
|
- "ttf-firacode-nerd"
|
||||||
- "otf-atkinson-hyperlegible"
|
- "otf-atkinson-hyperlegible"
|
||||||
- "rustup"
|
|
||||||
- "wezterm"
|
- "wezterm"
|
||||||
- "neovim"
|
- "neovim"
|
||||||
- "gcc"
|
- "gcc"
|
||||||
|
@ -120,5 +119,5 @@ services:
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- "usermod -aG libvirt askiiart"
|
- "usermod -aG libvirt askiiart"
|
||||||
- 'su askiiart -c "rustup default stable"'
|
- 'su askiiart -c "rustup update"'
|
||||||
- "pacman -Sc --noconfirm"
|
- "pacman -Sc --noconfirm"
|
||||||
|
|
Loading…
Reference in a new issue