diff options
-rwxr-xr-x | system_install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system_install b/system_install index bf93b15..69dbac7 100755 --- a/system_install +++ b/system_install @@ -12,6 +12,9 @@ git submodule update --init || (echo "Submodule update failed!"; exit 5) # Source inst and diff function . ./utils/inst +# Load if we force changes (implies no interaction) +[ "$1" = "-f" ] && FORCE=true || FORCE=false + ################################################################################# if [ -e /etc/arch-release ]; then |