mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 11:15:00 +00:00
[provisioning] Add nextcloud-client
This commit is contained in:
parent
61933bbbfb
commit
087cd1ba7b
1 changed files with 12 additions and 0 deletions
12
recipes/nextcloud
Normal file
12
recipes/nextcloud
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
case $_PLATFORM in
|
||||||
|
darwin)
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
_recipe _apt
|
||||||
|
_ppa nextcloud-devs/client
|
||||||
|
_apt nextcloud-client
|
||||||
|
;;
|
||||||
|
esac
|
Loading…
Reference in a new issue