10-11-2016, 06:41 PM
Nice!
replace
if [ ! -f /bin/yoshi ]; then
wirh
if [ ! -f /bin/yoshi ] && [ ! -f ~/config/bin/yoshi ]; then
replace
if [ ! -f /bin/yoshi ]; then
wirh
if [ ! -f /bin/yoshi ] && [ ! -f ~/config/bin/yoshi ]; then