From 823f6e53de25c41969dbc34a3e371788a65c10aa Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:19:44 +0000 Subject: [PATCH] Latest --- software.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/software.yml b/software.yml index 18fd962d..beefe0f2 100644 --- a/software.yml +++ b/software.yml @@ -2640,7 +2640,8 @@ softwarePackages: _github: https://github.com/christian-korneck/docker-pushrm _name: Docker PushRM _short: "docker-pushrm is a tool that simplifies pushing Docker images to AWS Elastic Container Registry (ECR) with reduced manual steps. " - script: > + script: | + #!/usr/bin/env bash if [ ! -f "${XDG_CONFIG_HOME:-$HOME/.config}/docker/cli-plugins/docker-pushrm" ]; then logg info 'Acquiring release information for Docker push-rm' RELEASE_TAG="$(curl -sSL https://api.github.com/repos/christian-korneck/docker-pushrm/releases/latest | jq -r '.tag_name')" @@ -4609,7 +4610,7 @@ softwarePackages: logg info "The GitHub Actions runner installation is not present at ${XDG_DATA_HOME:-$HOME/.local/share}/github-runner" fi _short: "GitHub Actions Runner is a tool that allows you to run GitHub Actions workflows on your own infrastructure. " - script: > + script: | #!/usr/bin/env bash if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/private.sh" ]; then source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/private.sh" @@ -11549,7 +11550,7 @@ softwarePackages: _github: https://github.com/sdkman/sdkman-cli _name: SDKMan _short: "sdkman-cli is a command-line tool for managing software development kits (SDKs) on Unix-based systems. It simplifies the installation, management, and switching between different SDK versions for \nlanguages like Java, Kotlin, and more. " - script: > + script: | #!/usr/bin/env bash # @file SDKMAN Install # @brief Ensures SDKMAN is installed.