We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5cebe commit 8e81834Copy full SHA for 8e81834
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
@@ -392,7 +392,7 @@ function install_tizen_sdk_arm64() {
392
'sensord-dummy-*.aarch64.rpm'
393
'vconf-compat-*.aarch64.rpm'
394
'vconf-internal-keys-devel-*.aarch64.rpm'
395
- )
+ )
396
download "$URL" "${PKG_ARR[@]}"
397
398
# Unified packages (snapshots)
@@ -461,7 +461,7 @@ while (($#)); do
461
exit 0
462
;;
463
--cpu)
464
- IFS=',' read -r -a array <<< "$2"
+ IFS=',' read -r -a array <<<"$2"
465
for CPU in "${array[@]}"; do
466
if [ "$CPU" == "arm" ]; then
467
INSTALL_ARM=true
0 commit comments