diff --git a/Troubleshooting.md b/Troubleshooting.md index a7376ea..d291ff2 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -17,4 +17,4 @@ If you get the error `sudo: a terminal is required to read the password` or `sud ### unrecognized option: preserve-status -Alpine Linux uses an older version of Busybox, which misses the `--preserve-status` option on the `timeout` command. You can either update to a newer version of Busybox, or you can install the `coreutils` package in Alpine Linux, which includes a version of `timeout` which has `--preserve-status` implemented. \ No newline at end of file +Some minimalist Linux distributions (such as Alpine Linux) use an older version of Busybox, which misses the `--preserve-status` option on the `timeout` command. You can either update to a newer version of Busybox, or you can install the `coreutils` package in Alpine Linux, which includes a version of `timeout` which has `--preserve-status` implemented. \ No newline at end of file