From 081c11fd140e935df3b7211553c6df8d0d30711a Mon Sep 17 00:00:00 2001 From: cc <18856836718@163.com> Date: Sun, 7 Apr 2024 16:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9DevKitCLI=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/DevKitCLI/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/component/DevKitCLI/install.sh b/component/DevKitCLI/install.sh index 76865b3..cc01a17 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." -- Gitee