From 11f0ff1ae44e8f307cf1608116acd8e1f7fca26f Mon Sep 17 00:00:00 2001 From: Makrennel Date: Mon, 3 Jun 2024 00:48:06 +0100 Subject: [PATCH] Fix pymyc.... again --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e42b6ecc..40c07bf2 100755 --- a/install.sh +++ b/install.sh @@ -138,7 +138,7 @@ esac install-pymyc-aur() { # Yay is bugged and destroys the PKGBUILD if you specify to cleanBuild with the -Bi flag, so we install the deps manually. # If we install the deps using --asdeps we can remove them recursively by removing the metapackage. - installflags="--answerclean=a --asdeps" + installflags="-S --answerclean=a --asdeps" $ask || installflags="$installflags --noconfirm" $AUR_HELPER $installflags ${pymyc[@]}