Update Action to run autopif2 --strong since Pixel Betas no longer pass Device

This commit is contained in:
Chris Renshaw
2025-07-23 18:42:13 -03:00
committed by GitHub
parent 72e2124a8e
commit 7ec4d37949

View File

@@ -4,7 +4,7 @@ MODPATH="${0%/*}"
set +o standalone
unset ASH_STANDALONE
sh $MODPATH/autopif2.sh -a -m -p || exit 1
sh $MODPATH/autopif2.sh -s -m -p || exit 1
echo -e "\nDone!"