-
Notifications
You must be signed in to change notification settings - Fork 38
Add dependencies to readme #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,23 @@ Starting with release 0.6, the tarballs are signed with my key with fingerprint | |
| `F7B28C61944FE30DABEEB0B01070BCC98C18BD66` ([public key]). Previous tarballs and commits | ||
| used a different key with fingerprint `8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3`. | ||
|
|
||
| ## Dependencies | ||
|
|
||
| ### Mandatory dependencies: | ||
|
|
||
| * bash | ||
| * snapper | ||
| * btrfs-progs | ||
| * awk | ||
| * util-linux | ||
| * sed | ||
| * openssh-clients | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isnt this optional?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The only one of these four required is
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. actually |
||
|
|
||
| ### Optional dependencies: | ||
|
|
||
| * pv (for progress bar during backup) | ||
| * notify-send (for desktop notifications) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will the app crash, if you dont have notify-send installed, and do not specify
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
|
brndd marked this conversation as resolved.
|
||
| ## Documentation | ||
|
|
||
| See `snap-sync(8)` after installation. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.