We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a96c5 commit a417726Copy full SHA for a417726
cloud-stuff/cloud-init
@@ -45,7 +45,7 @@ system_info:
45
# e.g.: ansible-pull ... -e "next_archive=https://download.nextcloud.com/server/prereleases/nextcloud-13.0.5RC2.tar.bz2" -e "nc_passwd=your_secret"
46
#
47
runcmd:
48
- - curl -s https://raw.githubusercontent.com/ReinerNippes/nextcloud13/prepare_system.sh | /bin/bash
+ - curl -s https://raw.githubusercontent.com/ReinerNippes/nextcloud13/master/prepare_system.sh | /bin/bash
49
- #
50
- # Insert a command to set a DynDNS record for this server here
51
- # e.g. Strato DynDNS
0 commit comments