PeerTube/support
Doug Luce e5a44a94b6 Make instructions work on more platforms
The `--sort` argument to ls is a linuxism (more precisely a
gnu-coreutilsism). I get this output when attempting these
instructions on FreeBSD (13):

    $ diff -u "$(ls --sort=t | head -2 | tail -1)/config/production.yaml.example" "$(ls --sort=t | head -1)/config/production.yaml.example"
    ls: unrecognized option `--sort=t'
    usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuvwxy1,] [--color=when] [-D format] [file ...]
    ls: unrecognized option `--sort=t'
    usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuvwxy1,] [--color=when] [-D format] [file ...]
    diff: /config/production.yaml.example: No such file or directory

Changing `--sort=t` to the POSIX-compliant `-t` makes this work as
expected and operates just fine on Linux (tested on Fedora Linux 39).

Fixes #6412
2024-05-28 08:55:33 +02:00
..
doc Make instructions work on more platforms 2024-05-28 08:55:33 +02:00
docker Add missing docker env for object storage 2024-05-16 11:06:18 +02:00
freebsd (fix) FreeBSD startup script (#1484) 2018-12-13 20:53:36 +01:00
init.d Add/update OpenRC service script (#2012) 2019-08-13 09:22:54 +02:00
nginx Update nginx template to support user import 2024-02-21 13:49:08 +01:00
openapi Fix activitypub doc URL 2023-05-09 08:57:34 +02:00
sysctl.d Suggest TCP/IP tuning to prevent buffer bloat + latency (#976) 2018-08-28 09:29:29 +02:00
systemd Standard output type syslog is obsolete in systemed 2021-08-05 10:58:05 +02:00