Recovery: With the device powered off, hold Volume Up + Volume Down + Power.
Download: With the device powered off, hold Volume Down + Power. Keep holding both buttons until the word “FASTBOOT” appears on the screen, then release.
adb reboot recovery
adb push lineage-*-land-signed.zip /sdcard/
#adb push open_gapps-arm64-*-nano-*.zip /sdcard/
#adb push addonsu-*-arm64-signed.zip /sdcard/
# install all ZIP files in the order above in TWRP
# backup all the applications and settings
# (wiping encrypted partitions before or re-encrypting the phone after the install will wipe everything)
adb reboot recovery
adb push Havoc-OS-v*-land-Official.zip /sdcard/
adb push open_gapps-arm64-*-nano-*.zip /sdcard/
adb push Magisk-v*.zip /sdcard/
# wipe System, Data, Dalvik, Cache
# install all ZIP files in the order above in TWRP
# reboot, re-encrypt the phone, and restore the backups