Disabled demo mode

This commit is contained in:
Fmstrat 2020-11-19 23:08:14 -05:00 committed by Oskar Manhart
parent 01e0bb3b09
commit 263fba803b

View File

@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
MAKEDEMO=0
USEDEMO=1
USEDEMO=0
. "${DIR}/install/inquirer.sh"