diff --git a/Building-and-Testing.md b/Building-and-Testing.md index bb94195..e4e8410 100644 --- a/Building-and-Testing.md +++ b/Building-and-Testing.md @@ -73,10 +73,10 @@ fi REPO="https://github.com/Torxed/archinstall.git" ARCHISO_FOLDER=$1 -SKIP_BUILD=$2 +REBUILD=$2 BRANCH="master" -if [ -z $SKIP_BUILD ] +if [ $REBUILD ] then echo "Making a clean build!" `rm -rf "${ARCHISO_FOLDER}" 2>/dev/null` || (