From 5a01d2ff696b1ca994d5c12f6718b90d23720bce Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 26 May 2025 15:55:44 +0200 Subject: [PATCH] adapting for dream use --- swww.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/swww.sh b/swww.sh index 6a3858c..98987ab 100644 --- a/swww.sh +++ b/swww.sh @@ -40,9 +40,13 @@ # echo "DEBUG: Installing ${deps[@]}" check-and-install ${deps[@]} - pen bold yellow "Checking cargo.." if ! command_exists cargo; then + pen bold yellow "Installing cargo.." curl --proto '=https' --tlsv1.2 -sSf "https://sh.rustup.rs" | sh + + sleep 2 + + . "$HOME/.cargo/env" else return 0 fi