diff --git a/README.md b/README.md index 470e94f..3591af8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Installs Gitea as a systemd service You can download and run the installer script: ```bash -wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/install.bash +wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/master/install.bash bash install-gitea.bash ``` @@ -115,4 +115,8 @@ Try this: sudo chmod +x /opt/gitea/gitea sudo systemctl restart gitea -``` \ No newline at end of file +``` + +**But wait, there's more!** + +This could also be due to missing `rx` permissions on a parent directory of the executable file, which could be the result of having an existing but empty `/etc/tmpfiles.d/gitea.conf` (it will default to and change the permissions of `/` if it is empty). \ No newline at end of file