Skip to content

Commit

Permalink
Oh My Posh, Pycharm CE: Update App Versions
Browse files Browse the repository at this point in the history
- Oh My Posh-all: v23.7.1 -> v23.7.2
- Pycharm CE-arm64: 2024.2 -> 2024.2.0.1
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
1 parent 12d45c8 commit 247a2b5
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=v23.7.1
version=v23.7.2

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

version=2024.2
version=2024.2.0.1

install_packages python3-pip python3-dev || exit 1

Expand Down

0 comments on commit 247a2b5

Please sign in to comment.