Fix source jetbrains toolbox being evaluated to early
This commit is contained in:
parent
4fa809a506
commit
10c10e9a72
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue