kiss
kiss copied to clipboard
KISS Linux - Package Manager
Commit d94c811 changed `sort -u` to `uniq -u`; these are not equivalent. `uniq -u` suppresses all duplicate lines, but `sort -u` removes all but one. In the case of there...
https://github.com/kisslinux/kiss/blob/990eba374e685b841266ce025773e62af93912db/kiss#L135 It seems to me like the intent here was to have the single quotes around `%s` be part of the output, rather than breaking up the quoting of the...
if a package contains a file with a single quote in it's name, xargs complains about an unmatched quote and fails, and the pipeline is aborted. this patch wraps each...
- [x] Does this issue occur in master? ## Description The user-definable hooks in `pkg_install()`, `pre-install` and `post-install` do not run. ## Verbose log `env KISS_PROMPT=0 sh -x ./kiss i...
Replace the use of grep to determine the unique dependencies with sort/comm. While testing this discovered that a bug when generating the list of conflicts. If we had a list...
Dylan's been MIA for quite some time, the community has moved.