Hotfix for RC Files (#53)

* Remove ending ampersands, causes error loading script.

* Also remove ampersands for firmware updater, unnecessary.
This commit is contained in:
Hyperling 2024-09-23 17:21:08 -07:00 committed by GitHub
parent e66dbed7a8
commit 5dea8472b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,7 +241,7 @@
- name: General | Facts | Package | Update Command | Flatpak | Missing
set_fact:
update_flatpak: |
echo "*** Flatpak Not Installed ***" &&
echo "*** Flatpak Not Installed ***"
when: update_flatpak is not defined
# Firmware
@ -265,5 +265,5 @@
- name: General | Facts | Package | Update Command | Firmware | Missing
set_fact:
update_firmware: |
echo "*** Firmware Updater (fwupdmgr) Not Installed ***" &&
echo "*** Firmware Updater (fwupdmgr) Not Installed ***"
when: update_firmware is not defined