We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d25e05 commit 1b3f4d0Copy full SHA for 1b3f4d0
.github/actions/action.yml
@@ -902,7 +902,7 @@ runs:
902
echo "::group::Add BBG LSM"
903
cd "$CONFIG/kernel_platform"
904
echo "Adding BBG..."
905
- if ! wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash; then
+ if ! wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash -s fix_blkdev_rename; then
906
echo "::warning::BBG setup script failed, continuing anyway"
907
fi
908
echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig
0 commit comments