-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github-CLI, Intellij IDEA, Microsoft PowerShell, Oh My Posh, Signal: …
…Update App Versions - Github-CLI-arm64: 2.54.0 -> 2.55.0 - Github-CLI-armhf: 2.54.0 -> 2.55.0 - Intellij IDEA-arm64: 2024.2.0.1 -> 2024.2.0.2 - Microsoft PowerShell-all: 7.4.4 -> 7.4.5 - Oh My Posh-all: v23.6.6 -> v23.6.7 - Signal-arm64: 7.20.0 -> 7.20.1
- Loading branch information
1 parent
d6bbe24
commit 5468bcc
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=2.54.0 | ||
version=2.55.0 | ||
|
||
install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=2.54.0 | ||
version=2.55.0 | ||
|
||
install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=2024.2.0.1 | ||
version=2024.2.0.2 | ||
|
||
status "Installing Java 17" | ||
case "$__os_id" in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
version=v23.6.6 | ||
version=v23.6.7 | ||
|
||
#determine filename of download | ||
if [ $arch == 32 ];then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters