mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 03:00:08 +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
|
||||
darwin)
|
||||
_recipe brew
|
||||
_recipe _path
|
||||
_brew_cask nextcloud
|
||||
_path /Applications/nextcloud.app/Contents/MacOS
|
||||
;;
|
||||
*)
|
||||
_recipe _apt
|
||||
|
|
Loading…
Reference in a new issue