Skip to content

Commit 23773c8

Browse files
author
Jason Kridner
committed
debian: drop config prompts to medium priority
1 parent a50e071 commit 23773c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: debian/config

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ ! "$DEBIAN_FRONTEND" = "noninteractive" ]; then
3333

3434
# first, for Black and Black wireless we need to ask to modify uEnv.txt
3535
if [ "$ISBLACK" = "true" ]; then
36-
db_input critical librobotcontrol/q_enable_dt || true
36+
db_input medium librobotcontrol/q_enable_dt || true
3737
db_go || true
3838
fi
3939

@@ -44,7 +44,7 @@ if [ ! "$DEBIAN_FRONTEND" = "noninteractive" ]; then
4444
if [ "$RET" = "true" ]; then ISCAPE=true; fi
4545

4646
# ask for what should run on boot
47-
db_input critical librobotcontrol/q_runonboot || true
47+
db_input medium librobotcontrol/q_runonboot || true
4848
db_go || true
4949

5050
fi

0 commit comments

Comments
 (0)