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