[provisioning] Use a PPA to install ledger

This commit is contained in:
Correl Roush 2018-09-28 13:24:31 -05:00
parent b6cc7f5c6b
commit 0486e4b753

View file

@ -2,5 +2,14 @@
# Description: Command-line double-entry accounting # Description: Command-line double-entry accounting
set -e set -e
_recipe brew case $_PLATFORM in
_brew ledger darwin)
_recipe brew
_brew ledger
;;
*)
_recipe _apt
_ppa mbudde/ledger
_apt ledger
;;
esac