From 6d52aa4f51a8adabe032ac926af66f90191dae75 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Thu, 26 Dec 2024 20:33:30 +0100 Subject: [PATCH] stower.sh aktualisiert --- stower.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stower.sh b/stower.sh index 3b8b5b0..d33518a 100755 --- a/stower.sh +++ b/stower.sh @@ -38,13 +38,11 @@ function inst_paru { echo "${BOLD}paru ${NORMAL}already installed. Skipping..." else echo -n "${BOLD}Continue?${NORMAL} (Y/N) " - read confirm_paru 2>&1 | tee -a $LOG + read confirm_paru if [[ $confirm_paru == "Y" ]]; then sudo pacman -Syu --needed base-devel 2>&1 | tee -a $LOG - sudo pacman -Syu rustup 2>&1 | tee -a $LOG - rustup default stable 2>&1 | tee -a $LOG - rustup update + sudo pacman -Syu rust 2>&1 | tee -a $LOG rm -rf $HYPRMOONARCH_DIR/.cache/paru-git git clone https://aur.archlinux.org/paru.git $HYPRMOONARCH_DIR/.cache/paru-git