diff --git a/README.md b/README.md index 5a101b6..196dbe2 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ ## Features -Installation +You must set `ga_host_fqdn` and specify the correct hostname, else nothing will be configured to avoid having accidently multiple hosts configured as gitea server. -- install required binaries +Installation +- install required binaries. Configuration diff --git a/manifests/main/files.pp b/manifests/main/files.pp index bec9739..c3733a6 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -14,7 +14,7 @@ class confdroid_gitea::main::files ( mode => '0755', owner => $ga_user, group => $ga_user, - source => "${ga_dl_url}/gitea/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64", + source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64", } } }