Installing Chrome Natively

I successfully installed google-chrome-stable by removing gpgcheck

  1. nano /etc/yum.repos.d/google-chrome.repo
  2. Set gpgcheck to 0 (gpgcheck=0)
  3. Save (^X + Y + Enter)
  4. Replace local layer with repo layer: rpm-ostree uninstall google-chrome-stable && rpm-ostree install google-chrome-stable

I know this is not the best option, but it worked.
I don’t know if I will receive updates too, but I think I will;
It will just not check for the gpg key, which is a bad practice.

If someone know how I can restore the gpg key check, I will appreciate any help