Skip to content

Commit 59a3dc5

Browse files
fix: rename pycharm extracted dir
They seem to have changed the directory name within the tarball. This commit updates the name.
1 parent efb8b1f commit 59a3dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pycharm_community.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ wget -c "https://download.jetbrains.com/python/pycharm-community-${PYCHARM_VERSI
1212

1313
# extract and keep the files in /opt
1414
tar -zxvf "pycharm-community-${PYCHARM_VERSION}.tar.gz"
15-
mv "pycharm-${PYCHARM_VERSION}" /opt
15+
mv "pycharm-community-${PYCHARM_VERSION}" /opt
1616

1717
# populate desktop entry
1818
cat > jetbrains-pycharm.desktop << EOF

0 commit comments

Comments
 (0)