stower.sh aktualisiert

This commit is contained in:
nevaforget 2024-12-26 20:33:30 +01:00
parent 3055163f1c
commit 6d52aa4f51

View File

@ -38,13 +38,11 @@ function inst_paru {
echo "${BOLD}paru ${NORMAL}already installed. Skipping..." echo "${BOLD}paru ${NORMAL}already installed. Skipping..."
else else
echo -n "${BOLD}Continue?${NORMAL} (Y/N) " echo -n "${BOLD}Continue?${NORMAL} (Y/N) "
read confirm_paru 2>&1 | tee -a $LOG read confirm_paru
if [[ $confirm_paru == "Y" ]]; if [[ $confirm_paru == "Y" ]];
then then
sudo pacman -Syu --needed base-devel 2>&1 | tee -a $LOG sudo pacman -Syu --needed base-devel 2>&1 | tee -a $LOG
sudo pacman -Syu rustup 2>&1 | tee -a $LOG sudo pacman -Syu rust 2>&1 | tee -a $LOG
rustup default stable 2>&1 | tee -a $LOG
rustup update
rm -rf $HYPRMOONARCH_DIR/.cache/paru-git rm -rf $HYPRMOONARCH_DIR/.cache/paru-git
git clone https://aur.archlinux.org/paru.git $HYPRMOONARCH_DIR/.cache/paru-git git clone https://aur.archlinux.org/paru.git $HYPRMOONARCH_DIR/.cache/paru-git