mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Fix pymyc.... again
This commit is contained in:
parent
9fa836b249
commit
11f0ff1ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ esac
|
||||||
install-pymyc-aur() {
|
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.
|
# 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.
|
# 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"
|
$ask || installflags="$installflags --noconfirm"
|
||||||
$AUR_HELPER $installflags ${pymyc[@]}
|
$AUR_HELPER $installflags ${pymyc[@]}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue