This commit is contained in:
OCram85 2023-01-12 10:14:40 +01:00 committed by Gitea
parent 6b159995cd
commit 2fe41e265f
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ function instGiteaTools() {
say "Installing Gitea tools..." "Gitea"
say "Downloading 'changelog' ($CHANGELOG_VERSION)..." "Gitea"
sudo -E curl -fsSL "https://dl.gitea.io/changelog-tool/$CHANGELOG_VERSIN/changelog-$CHANGELOG_VERSION-linux-amd64" -o /usr/bin/changelog
sudo -E curl -fsSL "https://dl.gitea.io/changelog-tool/$CHANGELOG_VERSION/changelog-$CHANGELOG_VERSION-linux-amd64" -o /usr/bin/changelog
sudo chmod +x /usr/bin/changelog
say "'changelog' command installed." "Gitea"