mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Jira OP-678 -- remove sudo from debian post-install
This commit is contained in:
parent
9264c8b4e2
commit
8a83204715
@ -20,7 +20,7 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
sudo udevadm control --reload-rules >&2
|
||||
/sbin/udevadm control --reload-rules >&2
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
Loading…
Reference in New Issue
Block a user