pull/8/head
Bohan Yang 5 years ago committed by GitHub
parent c37398da40
commit 0885d0b308
  1. 2
      debi.sh

@ -8,7 +8,7 @@ _err() {
} }
_command_exists() { _command_exists() {
command -v "$1" >/dev/null 2>&1 command -v "$1" > /dev/null 2>&1
} }
late_command= late_command=

Loading…
Cancel
Save