diff --git a/bin/install_hyperion.sh b/bin/install_hyperion.sh index a458b581..5ec9a2a0 100755 --- a/bin/install_hyperion.sh +++ b/bin/install_hyperion.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Make sure /sbin is on the path (for service to find sub scripts) +PATH="/sbin:$PATH" + # Script for downloading and installing the latest Hyperion release # Find out if we are on Raspbmc