Skip to content

Commit

Permalink
update nv
Browse files Browse the repository at this point in the history
  • Loading branch information
y82t2z committed Nov 26, 2024
1 parent 24d1aa5 commit 238b7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-clang.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdir clang
cd clang
wget -i <(wget -qO- https://raw.githubusercontent.com/ZyCromerZ/Clang/refs/heads/main/Clang-main-link.txt) -O clang.tar.gz
wget -nv -i <(wget -qO- https://raw.githubusercontent.com/ZyCromerZ/Clang/refs/heads/main/Clang-main-link.txt) -O clang.tar.gz
tar -xvf clang.tar.gz
echo "Downloaded Clang Successful"
cd ../

0 comments on commit 238b7d0

Please sign in to comment.