From 1fecacf2c7b1d84e38ab794b0e1887819029b7db Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 Aug 2022 10:31:31 +0200 Subject: [PATCH] use yes command --- arch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch.sh b/arch.sh index eb09118..1bfea58 100644 --- a/arch.sh +++ b/arch.sh @@ -94,7 +94,7 @@ then fish -c "abbr - 'cd -'" fish -c "abbr cat 'bat'" fish -c "abbr nano 'micro'" - fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && sdk update && echo \'y\' | sdk upgrade java'" + fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && sdk update && yes | sdk upgrade java'" fish -c "abbr d 'nautilus . -w &> /dev/null & disown'" fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'" fish -c "abbr gc 'git clone'" @@ -304,7 +304,7 @@ then fish -c 'fisher install reitzig/sdkman-for-fish' fi sdk install java 17.0.3-tem # https://whichjdk.com/#adoptium-eclipse-temurin - echo "y" | sdk upgrade java + yes | sdk upgrade java # === UBW (pare-feu) == ufw enable