mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-10 19:48:09 +00:00
[provisioning] Update nextcloud recipe to install on OSX
This commit is contained in:
parent
fbb8288e69
commit
88cf84c5c4
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ set -e
|
||||||
|
|
||||||
case $_PLATFORM in
|
case $_PLATFORM in
|
||||||
darwin)
|
darwin)
|
||||||
|
_recipe brew
|
||||||
|
_recipe _path
|
||||||
|
_brew_cask nextcloud
|
||||||
|
_path /Applications/nextcloud.app/Contents/MacOS
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
_recipe _apt
|
_recipe _apt
|
||||||
|
|
Loading…
Reference in a new issue