jgeumlek / MoltenGamepad

Flexible Linux input device translator, geared for gamepads
MIT License
280 stars 42 forks source link

systemuser install.sh "not found" #132

Closed wchorski closed 1 month ago

wchorski commented 1 month ago

Note: I still haven't figured out how to build binary #131

MoltenGamepad/installation/systemuser on  master [!]

sudo sh ./install.sh

Ouput

./install.sh: 5: [[: not found
useradd: user 'gamepad' already exists
gamepad user already existed, continuing...
Please ensure the gamepad account has access to uinput before running MG. This access will be automatic after the next reboot.
./install.sh: 30: [[: not found
./install.sh: 35: [[: not found
./install.sh: 40: [[: not found
./install.sh: 45: [[: not found
./install.sh: 45: 249: not found
Installation of system files complete. Install the MoltenGamepad binary
as /usr/local/bin/moltengamepad and run systemctl start moltengamepad
to start system-mode MoltenGamepad.
wchorski commented 1 month ago

I needed to build the binary first for the install to run properly

i.e. this file after build

MoltenGamepad/moltengamepad