mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-27 16:49:00 +00:00
Bugfix
FORCE_CHECKOUT option needs a default value
This commit is contained in:
parent
c452b5b0eb
commit
e8caca9050
1 changed files with 2 additions and 0 deletions
2
main.sh
2
main.sh
|
@ -29,6 +29,8 @@ backtitle="Armbian building script, http://www.armbian.com | Author: Igor Pecovn
|
||||||
# default console if not set
|
# default console if not set
|
||||||
[[ -z $CONSOLE_CHAR ]] && export CONSOLE_CHAR="UTF-8"
|
[[ -z $CONSOLE_CHAR ]] && export CONSOLE_CHAR="UTF-8"
|
||||||
|
|
||||||
|
[[ -z $FORCE_CHECKOUT ]] && FORCE_CHECKOUT=yes
|
||||||
|
|
||||||
# Load libraries
|
# Load libraries
|
||||||
source $SRC/lib/debootstrap-ng.sh # System specific install
|
source $SRC/lib/debootstrap-ng.sh # System specific install
|
||||||
source $SRC/lib/distributions.sh # System specific install
|
source $SRC/lib/distributions.sh # System specific install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue