groot
groot copied to clipboard
Missing xhost on debian
Describe the bug Missing a debian package in your dependencies
To Reproduce
-
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
-
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