Updated Troubleshooting (markdown)

Michael Stanclift 2021-02-04 20:59:44 -06:00
parent fd5d812993
commit d8a8bd70cc

@ -17,4 +17,4 @@ If you get the error `sudo: a terminal is required to read the password` or `sud
### unrecognized option: preserve-status ### 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. 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.