mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[provisioning] Use a PPA to install ledger
This commit is contained in:
parent
b6cc7f5c6b
commit
0486e4b753
1 changed files with 11 additions and 2 deletions
|
@ -2,5 +2,14 @@
|
||||||
# Description: Command-line double-entry accounting
|
# Description: Command-line double-entry accounting
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
case $_PLATFORM in
|
||||||
|
darwin)
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew ledger
|
_brew ledger
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
_recipe _apt
|
||||||
|
_ppa mbudde/ledger
|
||||||
|
_apt ledger
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in a new issue