mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
8 lines
108 B
Bash
8 lines
108 B
Bash
#!/bin/bash
|
|
|
|
# Configure various settings for community participation
|
|
|
|
install() { :; }
|
|
|
|
configure() { :; }
|