summaryrefslogtreecommitdiffstats
path: root/audio-drivers/oss/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/oss/PREPARE')
-rwxr-xr-xaudio-drivers/oss/PREPARE8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio-drivers/oss/PREPARE b/audio-drivers/oss/PREPARE
new file mode 100755
index 0000000000..8d2c2dae8c
--- /dev/null
+++ b/audio-drivers/oss/PREPARE
@@ -0,0 +1,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