Repo code error

Not sure who will see to this but i came across a typo/code error in your scripting on your github repo

aurora/just/aurora-system.just at 3f228b913701da7c5f422f0a4ea31d4f33f4357c · ublue-os/aurora · GitHub

change ugum to gum

error:

CHOICE=$(ugum choose “Enable iwd” “Disable iwd” “Exit without changes”)

correction:

CHOICE=$(gum choose “Enable iwd” “Disable iwd” “Exit without changes”)