website
website copied to clipboard
Rollback
Just tested on Fedora workstation migrated to Ultramarine, it does not work.
${os_id} is also not a variable, you can just call ${id}.
However, it needs to be capitalized like how it is in /etc/os-release, ${ID}.
But, just calling the ${ID} variable is not enough, you can however do something like this:
Also, you don't necessarily need the {}, so
. /etc/os-release && echo $ID should work fine
Current logs: