summaryrefslogtreecommitdiffstats
path: root/audio-drivers/oss/PREPARE
blob: 8d2c2dae8cb522e0332c431962edbc23d4a73061 (plain) (blame)
1
2
3
4
5
6
7
8
OSS_BRANCH=${OSS_BRANCH/test/stable}  &&
config_query_list OSS_BRANCH "Which branch do you want?"  \
                  stable test scm                         &&
if [[ $OSS_BRANCH == scm ]]; then
  config_query OSS_SCM_AUTO \
  "Automaticaly update the spell on sorcery queue/system-update?" \
                      "n"
fi