-
Notifications
You must be signed in to change notification settings - Fork 1
CNF
Pouya Eghbali edited this page Jul 7, 2021
·
2 revisions
Please uses CNF as a fallback, when there are no other installation method is available.
In safe mode, Please fetches installation data from CNF, parses it to get the package names, and then installs them. Safe mode is enabled by default. Currently, the following operating systems are supported in safe mode:
- macOS
- Ubuntu
- Debian
- Raspbian
- Arch
- Alpine
Feel free to make a PR if you want to add your favorite OS to the list. Check cnf/linux and os/managers to learn more.
In unsafe mode, Please first tries to parse the installation command fetched from CNF, if the parsing fails then Please proceeds to trust the fetched installation command and to execute it directly.