diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index e0455710b0..eb2e6a2f09 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.61.0 +version=2.62.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1 diff --git a/apps/Github-CLI/install-64 b/apps/Github-CLI/install-64 index 2b9d2242b1..7d6d98221e 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -1,6 +1,6 @@ #!/bin/bash -version=2.61.0 +version=2.62.0 install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 diff --git a/apps/Oh My Posh/install b/apps/Oh My Posh/install index e2f0af1c62..1c41f91951 100755 --- a/apps/Oh My Posh/install +++ b/apps/Oh My Posh/install @@ -1,6 +1,6 @@ #!/bin/bash -version=v24.5.0 +version=v24.5.1 #determine filename of download if [ $arch == 32 ];then diff --git a/apps/tldr/install-32 b/apps/tldr/install-32 index e5648bb6a1..e227bb7eee 100755 --- a/apps/tldr/install-32 +++ b/apps/tldr/install-32 @@ -1,5 +1,5 @@ #!/bin/bash -version=1.7.0 +version=1.7.1 wget -O /tmp/tldr https://github.com/tealdeer-rs/tealdeer/releases/download/v${version}/tealdeer-linux-arm-musleabihf || error "Failed to download tldr!" sudo mv /tmp/tldr /usr/bin/ || error "Failed to move binary to /usr/bin/" sudo chmod +x /usr/bin/tldr diff --git a/apps/tldr/install-64 b/apps/tldr/install-64 index 8f797e175c..4ea69e5c5c 100755 --- a/apps/tldr/install-64 +++ b/apps/tldr/install-64 @@ -1,5 +1,5 @@ #!/bin/bash -version=1.7.0 +version=1.7.1 wget -O /tmp/tldr https://github.com/tealdeer-rs/tealdeer/releases/download/v${version}/tealdeer-linux-aarch64-musl || error "Failed to download tldr!" sudo mv /tmp/tldr /usr/bin/ || error "Failed to move binary to /usr/bin/" sudo chmod +x /usr/bin/tldr