kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

ISSUE_TEMPLATE: specify path to kiss #244

Closed sdsddsd1 closed 3 years ago

sdsddsd1 commented 3 years ago

Description

env KISS_PROMPT=0 sh -x kiss <arguments> > log 2>&1 does not work. should prob be env KISS_PROMPT=0 sh -x /usr/bin/kiss <arguments> > log 2>&1

The content of log says

sh: can't open 'kiss': No such file or directory
dylanaraps commented 3 years ago

It works fine here. Cannot reproduce.

Besides, the command is an example. Users need to modify it when submitting reports anyway.

dylanaraps commented 3 years ago

Made the change, thanks.