groot icon indicating copy to clipboard operation
groot copied to clipboard

Missing xhost on debian

Open altimore opened this issue 6 years ago • 0 comments

Describe the bug Missing a debian package in your dependencies

To Reproduce

  1. copy paste the line from your instructions in the terminal in a debian : cd /tmp && curl -s -L https://github.com/teejee2008/groot/releases/latest | egrep -o 'teejee2008/groot/releases/download/./groot-v[0-9.]-amd64.run' | wget --base=http://github.com/ -i - -O groot-latest-amd64.run && sudo chmod a+x ./groot-latest-amd64.run && sudo ./groot-latest-amd64.run

  2. try to groot --help result : $ groot /mnt/ubuntu/ E: Missing command: xhost E: Install required packages for missing commands

Expected behavior xhost should be installed with the install script the debian jessie package is x11-xserver-utils

Screenshots no screenshots

System: Debian Jessie

altimore avatar Oct 14 '19 07:10 altimore