Skip to content

Commit

Permalink
Update nginx/domains/firmware.ffmuc.net.conf
Browse files Browse the repository at this point in the history
Co-authored-by: Grische <[email protected]>
  • Loading branch information
T0biii and grische authored Nov 3, 2024
1 parent f0c2a76 commit fa3b315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/domains/firmware.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ map $firmwareVersion $targetDirectory {
"~^2022\.[0-4]\." $latest_v2022_5;
"~^2022\.5\.[0-7]" $latest_v2022_5;

"~^202[2-3]\." $latest_v2024_6;
"~^2024\.[0-5]\." $latest_v2024_6;
"~^202[2-3]\." $gluon_v2023_1_x;
"~^2024\.[0-5]\." $gluon_v2023_1_x;

# Else keep requested branch (stable/testing/experimental)
default "keep";
Expand Down

0 comments on commit fa3b315

Please sign in to comment.