mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
7 lines
148 B
Bash
7 lines
148 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
source /usr/local/etc/library.sh
|
|
|
|
install_template apache2/ncp.conf.sh /etc/apache2/sites-available/ncp.conf --defaults
|