Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Miouyouyou
Last active October 2, 2020 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Miouyouyou/695e5bad3401059144181895da60d256 to your computer and use it in GitHub Desktop.
Save Miouyouyou/695e5bad3401059144181895da60d256 to your computer and use it in GitHub Desktop.
Just for help on IRC
if [[ -z ${DESKTOP_APT_FLAGS_SELECTED+x} ]]; then
options=()
options+=("recommends" "Install packages recommended by selected desktop packages" off)
options+=("suggests" "Install packages suggested by selected desktop packages" off)
DESKTOP_APT_FLAGS_SELECTED=$(\
show_select_menu \
"Choose Apt Additional FLags" \
"$backtitle" \
"Select to enable additional install flags for builds" \
"${options[@]}")
unset options
fi
exit_with_error 'Testing'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment