Skip to content

Commit

Permalink
update os-branch-select
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
honjow committed Jan 31, 2024
1 parent 1871e63 commit efdb1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/lib/os-branch-select
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
BRANCH_PATH="/frzr_root/source"
REPO="3003n/chimeraos"

VALID_BRANCHES=("stable" "unstable" "testing" "plasma" "plasma-dev")
VALID_BRANCHES=("stable" "unstable" "testing" "plasma" "plasma-pre" "plasma-dev")

if [[ $# -eq 1 ]]; then
case "$1" in
Expand Down

0 comments on commit efdb1aa

Please sign in to comment.