add tea cli in gitea block #41

Merged
OCram85 merged 3 commits from addTea into master 2023-02-25 12:33:12 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2fe41e265f - Show all commits

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"