1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 04:12:40 -06:00

docs: update

This commit is contained in:
Dylan Araps 2019-09-11 19:21:44 +03:00
parent 465fc7303c
commit 44943f588e
2 changed files with 7 additions and 1 deletions

View File

@ -33,4 +33,10 @@ See: <https://getkiss.org/pages/package-system/>
See: https://github.com/kisslinux/kiss-utils
## Shell compatibility
KISS is written in POSIX `sh` though each shell has its own set of quirks.Below are the currently known to work and tested shells (as `/bin/sh`).
- `ash`
- `dash`
- `bash`

2
kiss
View File

@ -1,4 +1,4 @@
#!/bin/sh -ef
#!/bin/bash -ef
#
# This is a simple package manager written in POSIX 'sh' for use
# in KISS Linux (https://getkiss.org).