How to Make a Shell Script Executable on the Raspberry Pi
If you've ever tried running a shell script, only to get a command not found
error, it probably means your shell script isn't executable:
sudo ./install.sh
This very short guide will show you how to make a shell (.sh) script executable on your Raspberry Pi. This assumes your Pi is running Raspberry Pi OS or some other Linux/Unix-based operating system.