Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- Oh My Posh-all: v19.17.2 -> v19.18.0
- Signal-arm64: 7.2.0 -> 7.2.1
  • Loading branch information
github-actions[bot] committed Mar 19, 2024
1 parent c6efa71 commit 8d970e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=v19.17.2
version=v19.18.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down
2 changes: 1 addition & 1 deletion apps/Signal/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=7.2.0
version=7.2.1

install_packages "https://github.com/dennisameling/Signal-Desktop/releases/download/v${version}/signal-desktop-unofficial_${version}_arm64.deb" || exit 1

Expand Down

0 comments on commit 8d970e7

Please sign in to comment.