Skip to content

Commit

Permalink
update wget script
Browse files Browse the repository at this point in the history
  • Loading branch information
srickardti committed Apr 24, 2023
1 parent 1fbe76c commit 0e5c905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SYSCONFIG_SYSTEM=/opt/ti/sysconfig_1.15.0/
SYSCONFIG_DL=https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run

if [ ! -d "$SYSCONFIG_USER" ] && [ ! -d "$SYSCONFIG_SYSTEM"]; then
wget "$SYSCONFIG_DL" -O /tmp/sysconfig-1.15.0_2826-setup.run
wget "$SYSCONFIG_DL" --tries 4 --no-check-certificate --quiet -c -O /tmp/sysconfig-1.15.0_2826-setup.run
chmod +x /tmp/sysconfig-1.15.0_2826-setup.run
/tmp/sysconfig-1.15.0_2826-setup.run --mode unattended
fi
Expand Down

0 comments on commit 0e5c905

Please sign in to comment.