Skip to content

Commit

Permalink
debian: drop config prompts to medium priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kridner committed Jun 18, 2020
1 parent a50e071 commit 23773c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ ! "$DEBIAN_FRONTEND" = "noninteractive" ]; then

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

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

# ask for what should run on boot
db_input critical librobotcontrol/q_runonboot || true
db_input medium librobotcontrol/q_runonboot || true
db_go || true

fi
Expand Down

0 comments on commit 23773c8

Please sign in to comment.