We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c115d71 commit 3bf788aCopy full SHA for 3bf788a
lib/private/Streamer.php
@@ -40,7 +40,7 @@
40
41
class Streamer {
42
// array of regexp. Matching user agents will get tar instead of zip
43
- private $preferTarFor = [ '/macintosh|mac os x/i' ];
+ private $preferTarFor = [ '/macintosh|mac os x|linux/i' ];
44
45
// streamer instance
46
private $streamerInstance;
0 commit comments