echo "Add thunderbolt support to boot image" omarchy-pkg-add bolt if [[ ! -f /etc/mkinitcpio.conf.d/thunderbolt_module.conf ]]; then sudo tee /etc/mkinitcpio.conf.d/thunderbolt_module.conf </dev/null MODULES+=(thunderbolt) EOF fi sudo limine-update