From a9faaa0f6d6f6efa16184ac4066bef2798be03cc Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 31 Dec 2021 14:57:08 -0300 Subject: [PATCH] Use --unattended in oh-my-zsh install --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7b8ff0d..b159c0b 100755 --- a/install.sh +++ b/install.sh @@ -318,7 +318,7 @@ finishInstallation() { } getDotfiles() { - "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 2>&1 | debug + sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended 2>&1 | debug git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k 2>&1 | debug local lastFolder=$(pwd -P) cd $HOME/Documents @@ -327,7 +327,7 @@ getDotfiles() { sh scripts/bootstrap.sh -w cd $lastFolder rm ~/.bashrc /usr/bin/CocoASAIS - sudo pacman -Sy zaread-git + sudo paru -Sy zaread-git } steps=(