kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

post-install (128B)


      1
      2
      3
      4
      5
      6
      7
#!/bin/sh

cat << EOF
To enable signature verification, run
$ git config merge.verifySignatures true
in the repos you want.
EOF