Skip to content

Commit

Permalink
Github-CLI, Oh My Posh, tldr: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.61.0 -> 2.62.0
- Github-CLI-armhf: 2.61.0 -> 2.62.0
- Oh My Posh-all: v24.5.0 -> v24.5.1
- tldr-arm64: 1.7.0 -> 1.7.1
- tldr-armhf: 1.7.0 -> 1.7.1
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 2865d2d commit 1ee41e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion apps/Github-CLI/install-64
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v24.5.0
version=v24.5.1

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/tldr/install-32
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/tldr/install-64
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1ee41e4

Please sign in to comment.