diff --git a/component/DevKitCLI/install.sh b/component/DevKitCLI/install.sh index 76865b340164405a126c2f37d93ed458efbd75b5..cc01a17ce059866bd1eb67286f15dabb08605afb 100644 --- a/component/DevKitCLI/install.sh +++ b/component/DevKitCLI/install.sh @@ -1,5 +1,8 @@ #!/bin/bash + cd /tmp/devkitdependencies/ + +mkdir -p ${HOME}/.local echo "Decompress DevKit-CLI-24.0.RC1-Linux-Kunpeng.tar.gz to ${HOME}/.local" tar --no-same-owner -zxf /tmp/devkitdependencies/DevKit-CLI-24.0.RC1-Linux-Kunpeng.tar.gz -C ${HOME}/.local echo "Decompress DevKit-CLI-24.0.RC1-Linux-Kunpeng.tar.gz to ${HOME}/.local finished."