mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-21 16:08:21 +00:00
4 lines
144 B
Bash
Executable file
4 lines
144 B
Bash
Executable file
#!/bin/bash
|
|
|
|
helm repo add nextcloud https://nextcloud.github.io/helm/
|
|
helm install -f nextcloud-chart-values.yml nextcloud nextcloud/nextcloud
|