From a8539bc9e835a55c51cfb52c6137c03aa1ae0872 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebookpro" Date: Wed, 28 Jul 2021 19:11:24 +0200 Subject: [PATCH] Uninstall rustup if installed with upstream script --- configs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs.yml b/configs.yml index e58c2a3..f25b421 100644 --- a/configs.yml +++ b/configs.yml @@ -321,6 +321,9 @@ markdown viewer: - update-mime-database ~/.local/share/mime rust: + - run: + command: rustup self uninstall + condition: "[ -e ~/.cargo ]" - install: - rustup - run: