stower.sh aktualisiert
This commit is contained in:
parent
3055163f1c
commit
6d52aa4f51
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user