From 10c10e9a7260069f9726a15ffb40ab66f3525e30 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 14 May 2024 12:26:22 +0200 Subject: [PATCH] Fix source jetbrains toolbox being evaluated to early --- .config/autoinstall.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/autoinstall.conf b/.config/autoinstall.conf index 44c3037..05ccc70 100644 --- a/.config/autoinstall.conf +++ b/.config/autoinstall.conf @@ -106,7 +106,7 @@ AUTOINSTALL_ITEM_GROUPS="graphical" #AUTOINSTALL_ITEM_GROUPS="graphical" AUTOINSTALL_ITEM_TYPE="exe" -AUTOINSTALL_ITEM_SOURCE="$(curl -fsSL 'https://data.services.jetbrains.com/products?code=TBA&release.type=release&fields=releases' | jq -r '.[0].releases[0].downloads.linux.link')" +AUTOINSTALL_ITEM_SOURCE='$(curl -fsSL "https://data.services.jetbrains.com/products?code=TBA&release.type=release&fields=releases" | jq -r ".[0].releases[0].downloads.linux.link")' AUTOINSTALL_ITEM_TARGET="jetbrains-toolbox" AUTOINSTALL_ITEM_PIPE="tar xzO" AUTOINSTALL_ITEM_GROUPS="graphical"