diff --git a/install-arch.sh b/install-arch.sh index d159aed..7f0d54e 100755 --- a/install-arch.sh +++ b/install-arch.sh @@ -49,7 +49,7 @@ yay -Syuv --noconfirm --needed --disable-download-timeout \ python-pip \ python-setuptools \ ripgrep \ - rust \ + rustup \ rust-analyzer \ thefuck \ tlrc-bin \ diff --git a/install-osx.sh b/install-osx.sh index 87a36b9..50afe29 100755 --- a/install-osx.sh +++ b/install-osx.sh @@ -59,7 +59,7 @@ brew install \ powerlevel10k \ python \ ripgrep \ - rust \ + rustup \ rust-analyzer \ thefuck \ tlrc \