Skip to content

Commit

Permalink
Fix typo deleting entire dir instead of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Cheung committed Dec 7, 2023
1 parent bd267e7 commit 0e9a31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chmod +x llvm.sh
rm llvm.sh

# Remove downloads to keep Docker layer small
apt-get clean -y && rm -rf /var/lib/apt/lists/
apt-get clean -y && rm -rf /var/lib/apt/lists/*

ln -sf /usr/bin/clang-${MAJOR_VERSION} /usr/bin/clang
ln -sf /usr/bin/clang++-${MAJOR_VERSION} /usr/bin/clang++
Expand Down

0 comments on commit 0e9a31b

Please sign in to comment.