@moto_ryan Comment out the exit code for that line in the script code - for debian.
trunk/lib/ubuntu/config.sh
(or is there a directory in 1.2.0 just for Debian, I have no clue)
Search for “exit 0” where the failure code is and just put a hashmark in front of that line, like this:
#exit 0Be sure to comment out the correct exit line.
This will allow that part to fail, but the script to continue.
Might I ask why you’re using an off-the-beaten-trail version of Linux?