Yes, the repair script. It's not in the .25 one either, which works without error.
Code:
@ECHO OFF
PATH=%PATH%;%SYSTEMROOT%\System32
echo Rebooting to bootloader...
adb reboot bootloader
echo Press any key when you're at the bootloader screen
pause >nul
fastboot boot boot.25.magisk.img
echo Press any key when you're booted
pause >nul
adb install MagiskManager-v7.5.1.apk
echo Press any key after you've opened and closed magisk manager
echo Hit cancel if it asks for additional setup
pause >nul
echo Press any key after you allow shell access to su
adb shell "su -c dmesg > /dev/null"
pause >nul
adb push reserve.img /sdcard/
adb push reserve.sh /sdcard/
adb shell su -c "sh /sdcard/reserve.sh"
adb reboot
echo Done. You should now have the OnePlus apps back and be
echo able to take OTA updates.
echo Press any key to continue.
pause >null
exit
perhaps i changed all my scripts (i remember issues getting to 25 not knowing why) im lookin at 16 and still shows
adb -d install MagiskManager-v7.5.1.apk
gimme a minute ill show you what my error looks like. and i mean ....not even sure technically IS one but at one point i fully removed magisk and ran script and it wasnt on there. that prompted me to look into it
*edit i will use the .31 script minus the -d
*edit 2- i know i changed them all because a while back i was attempting a seamless flash fix-all.bat in combination with with the reserve and magisk