mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-26 16:19:32 +00:00
Oops
This commit is contained in:
parent
9fbbb44487
commit
cff9b6d4a7
1 changed files with 1 additions and 1 deletions
2
main.sh
2
main.sh
|
@ -141,7 +141,7 @@ if [[ $KERNEL_ONLY != yes && -z $RELEASE ]]; then
|
||||||
[[ -z $RELEASE ]] && exit_with_error "No release selected"
|
[[ -z $RELEASE ]] && exit_with_error "No release selected"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $KERNEL_ONLY != yes && -n $RELEASE ]]; then
|
if [[ $KERNEL_ONLY != yes && -z $BUILD_DESKTOP ]]; then
|
||||||
options=()
|
options=()
|
||||||
options+=("no" "Image with console interface")
|
options+=("no" "Image with console interface")
|
||||||
options+=("yes" "Image with desktop environment")
|
options+=("yes" "Image with desktop environment")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue