BackBox.org Forum

Community => Howtos => Topic started by: reaperz73 on May 27, 2013, 08:43:45 AM

Title: Getting Yamas to work
Post by: reaperz73 on May 27, 2013, 08:43:45 AM
This script runs fine it is just a matter of how you run it.
download here:http://comax.fr/yamas/bt5/yamas.sh

chmod +x yamas.sh

here is the trick do not run like this
./yamas.sh

that will try to make the script run with sh instead of bash

instead invoke it this way
sudo bash ./yamash.sh

or if you install it run like this
bash yamas


Title: Re: Getting Yamas to work
Post by: lockmaster on June 07, 2013, 06:33:20 PM
Thanks for the share  :)