Prevent failures to start external console when sudo prompts
This commit is contained in:
parent
f42b9d0955
commit
ac9f402537
@ -14,7 +14,7 @@ console_internal:
|
||||
sudo tool/target/release/system76_ectool console
|
||||
|
||||
console_external:
|
||||
test -c "$(PROGRAMMER)"
|
||||
sudo test -c "$(PROGRAMMER)"
|
||||
sleep 1 && echo C | sudo tee "$(PROGRAMMER)" &
|
||||
sudo tio -b 1000000 -m INLCRNL -t "$(PROGRAMMER)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user