[script working now for 64-bit Debian Trixie Pi OS Lite - for testing]
Run the below command from a remote SSH session, you will be prompted to select the version
sudo -E bash -c "$(wget -qO- "https://raw.githubusercontent.com/th3drk0ne/sindenps/master/setup.sh")"Or with these if you want a specific version
Install latest official Sinden driver
VERSION=latest sudo -E bash -c "$(wget -qO- "https://raw.githubusercontent.com/th3drk0ne/sindenps/master/setup.sh")"Install psiloc uberlag patched driver
VERSION=psiloc sudo -E bash -c "$(wget -qO- "https://raw.githubusercontent.com/th3drk0ne/sindenps/master/setup.sh")"For Linux installs that do not have a sinden user please specify a password below, replace StrongP@ssw0rd! with one of your choosing
Install latest official Sinden driver
VERSION=latest SINDEN\_PASSWORD='StrongP@ssw0rd!' sudo -E bash -c "$(wget -qO- "https://raw.githubusercontent.com/th3drk0ne/sindenps/master/setup.sh")"Install psiloc uberlag patched driver
VERSION=psiloc SINDEN\_PASSWORD='StrongP@ssw0rd!' sudo -E bash -c "$(wget -qO- "https://raw.githubusercontent.com/th3drk0ne/sindenps/master/setup.sh")"