Auto-Start Script

I have a Debian start-up script that alters the RGB lights on my keyboard:

#!/bin/bash

cd /home/cachy/Applications/acer-predator-turbo-and-rgb-keyboard-linux-module/

./facer_rgb.py -m 1 -s 1 -b 100 -cR 255 -cG 255 -cB 255

I understand that Cachy uses Fish instead, so the bin/bash wont work.
I cant for the life of me work out how to get this running on startup! any help would be appreciated

As long as you actually install bash (and I think it comes with base), I am not sure why you think it won’t work.

When running the script I get this error as the output:

 Failed to find server binary: bash-language-server
Please check your PATH for the binary

Im fairly new to anything script related, so its probably just a rookie error of some sort

Just install it
paru -S bash-language-server

(in some cases, the package maybe named different from the binary, but here it’s easy)

I think that’s coming from your app instead of the system. You’re missing a dependency for that script.