mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-25 12:41:00 +00:00
fix(deck): Ensure the detected branch name is always lowercase
This commit is contained in:
parent
a8e77d1731
commit
26b1d533b9
@ -10,6 +10,7 @@ if [[ $# -eq 1 ]]; then
|
||||
branch=$(cut -d ":" -f4 <<< "$(rpm-ostree status | grep -m 1 'bazzite')")
|
||||
fi
|
||||
|
||||
branch=${branch,,}
|
||||
case "$branch" in
|
||||
"latest" | "stable")
|
||||
echo rel
|
||||
|
Loading…
x
Reference in New Issue
Block a user