diff --git a/.woodpecker/.ci.yml b/.woodpecker/ci.yml similarity index 97% rename from .woodpecker/.ci.yml rename to .woodpecker/ci.yml index e9531d3..6757c5e 100644 --- a/.woodpecker/.ci.yml +++ b/.woodpecker/ci.yml @@ -5,7 +5,7 @@ when: - ${CI_REPO_DEFAULT_BRANCH} variables: - - &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.0' + - &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.1' # deployment targets - &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/codeserver/arkanum' # logins for deployment targets diff --git a/arkanum b/arkanum index f1ae037..ee70824 100755 --- a/arkanum +++ b/arkanum @@ -17,7 +17,7 @@ function showHelp() { OPTION config: disable-motd Disables hint in new bash terminal. - install extensions Installs predefined recommended extensions. + install-extensions Installs predefined recommended extensions. reset-codesettings Sets VS Code user setting with basic (Fira Code). git: @@ -28,7 +28,7 @@ function showHelp() { install: docker-cli Installs the latest docker-cli. dotnet Installs latest LTS dotnet core sdk + runtime. - gitea Installs gitea tools like the changelog generator. + gitea Installs gitea tools like changelog and tea. golang Installs golang 1.19.3. nodejs Installs latest NodeJs LTS version using Volta. volta Installs Volta as NodeJS version manager.