fix formatting

This commit is contained in:
2023-11-28 00:30:21 +01:00
parent 9cb2787aab
commit 08f821f8e0
20 changed files with 465 additions and 2042 deletions

View File

@@ -4,7 +4,7 @@ info=$(curl --silent --fail --show-error "https://download.jetbrains.com/idea/id
checksum=$(echo $info | grep -oE '^[0-9a-f]{64}')
filename=$(echo $info | grep -oE '[^* ]+$')
if [ -z "${checksum}" ] || [ -z "${filename}" ]; then
exit -1
exit -1
fi
echo "Filename: $filename"
echo "Checksum: $checksum"
@@ -15,4 +15,3 @@ sed -i "s|sha256\s*=.*|sha256 = \"$checksum\";|" "$nixFile"
echo ""
echo "IntelliJ updated to $1"