Skip to content

Commit 2123aa9

Browse files
AE-142 Fixing to the actually supported versions (#11168)
AE-142 Fixed support definition.
1 parent bb21c69 commit 2123aa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/phpstorm-command-line-tools.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ fi
296296

297297
if [[ "$OSTYPE" == "darwin"* ]]; then
298298
BASE_DIR="$HOME/Library/Application Support/JetBrains"
299-
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
300-
BASE_DIR="$HOME/.config/JetBrains"
301299
else
302300
echo "Unsupported operating system: $OSTYPE"
303301
exit 1

0 commit comments

Comments
 (0)