Skip to content

Commit

Permalink
Prefer TAR for Linux'user agents.
Browse files Browse the repository at this point in the history
Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
  • Loading branch information
j-be committed Oct 25, 2021
1 parent 1e453ff commit 2b351aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Streamer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

class Streamer {
// array of regexp. Matching user agents will get tar instead of zip
private $preferTarFor = [ '/macintosh|mac os x/i' ];
private $preferTarFor = [ '/macintosh|mac os x|linux/i' ];

// streamer instance
private $streamerInstance;
Expand Down

0 comments on commit 2b351aa

Please sign in to comment.