#!/bin/sh # Install dependences sudo apt update sudo apt install git python3-pip python3-dbus libhidapi-hidraw0 -y # Install joycontrol git clone https://github.com/mart1nro/joycontrol.git ~/joycontrol sudo pip3 install ~/joycontrol/ # Install joycontrol-pluginloader git clone --recursive https://github.com/Almtr/joycontrol-pluginloader.git ~/joycontrol-pluginloader sudo pip3 install ~/joycontrol-pluginloader/