Added info to README + two todos for future ideas

This commit is contained in:
David Dworken
2022-04-09 14:26:43 -07:00
parent ac18b3d93e
commit cfa41c676c
3 changed files with 26 additions and 4 deletions

View File

@ -400,6 +400,7 @@ func Update(url string) error {
if err != nil {
return fmt.Errorf("failed to unlink %s: %v", path.Join(homedir, shared.HISHTORY_PATH, "hishtory"), err)
}
// TODO: Check the SLSA attestation before installing
cmd = exec.Command("/tmp/hishtory-client", "install")
err = cmd.Run()
if err != nil {