diff options
Diffstat (limited to 'file-reorganize.spec')
-rw-r--r-- | file-reorganize.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file-reorganize.spec b/file-reorganize.spec index 08e8f8b..7bc907c 100644 --- a/file-reorganize.spec +++ b/file-reorganize.spec @@ -20,7 +20,7 @@ BuildRequires: wget, dnf-plugins-core, binutils, glibc-devel, gcc-c++, openssl # 安装cangjie plt=`uname -m` if [[ $plt -eq "x86_64" ]]; then - wget wget -O Cangjie-0.53.13-linux_x64.tar.gz "https://cangjie-lang.cn/v1/files/auth/downLoad?nsId=142267&fileName=Cangjie-0.53.13-linux_x64.tar.gz&objectKey=6719f1eb3af6947e3c6af327" + wget -O Cangjie-0.53.13-linux_x64.tar.gz "https://cangjie-lang.cn/v1/files/auth/downLoad?nsId=142267&fileName=Cangjie-0.53.13-linux_x64.tar.gz&objectKey=6719f1eb3af6947e3c6af327" tar -xzvf Cangjie-0.53.13-linux_x64.tar.gz source cangjie/envsetup.sh else |