Is this correct way of installing wifi driver module for TP Link Archer T2U

Here are the steps I followed to install dirver module for TP link Archer T2U Plus AC600 dual band USB Adapter and it is working

  1. sudo swupd bundle-add kernel-native-dkms
  2. git clone GitHub - aircrack-ng/rtl8812au: RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
  3. cd rtl8812au/
  4. sudo make dkms_install

after restarting USB adapter working.
My question is what happens to this driver when there are kernel updates down the line.