I want to get and install in bash one line, like:
curl XXX.deb | dpkg -i
but dpkg report argument missing how to get it work?
I want to get and install in bash one line, like:
curl XXX.deb | dpkg -i
but dpkg report argument missing how to get it work?