Go to file
git-bruh 57b3343937
libseat: exec 2>&1 in service
2022-10-03 18:31:43 +05:30
core busybox: add exec 2>&1 to *.run 2022-10-03 18:28:07 +05:30
extra wpa_supplicant: exec 2>&1 in service 2022-10-03 18:31:15 +05:30
testing/firefox firefox [testing]: 106.0b6 2022-09-29 23:58:15 -05:00
wayland libseat: exec 2>&1 in service 2022-10-03 18:31:43 +05:30
.allowed_signers allowed signer: git-bruh 2022-09-16 13:36:13 -05:00
.woodpecker.yml .woodpecker.yml: add CI file 2022-09-27 18:46:47 +05:30
LICENSE docs: update 2021-07-02 14:45:17 +00:00
README switch to SSH commit signatures 2022-09-15 16:11:48 -05:00

README

|/
|\ISS LINUX                                                https://kisslinux.org
________________________________________________________________________________


Unofficial Main Repository
________________________________________________________________________________


The officially unofficial repository for KISS Linux maintained by kiss-community

More information:

    - https://kisslinux.org
    - https://kisslinux.org/package-system


Enabling SSH signature verification (recommended):
________________________________________________________________________________

$ cd /path/to/repo
$ git config gpg.ssh.allowedSignersFile .allowed_signers
$ git config merge.verifySignatures true