Skip to content

Commit

Permalink
Update packages_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 22, 2023
1 parent 55bab7c commit 9787d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UbuntuCLI/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
if ! time yes '' | sudo ./llvm.sh all; then
# workaround bug in llvm install script: https://github.com/llvm/llvm-project/issues/62475
# TODO remove the workaround when it is fixed in llvm.sh
sudo apt update -y
time yes '' | sudo ./llvm.sh all
fi
Expand Down

0 comments on commit 9787d06

Please sign in to comment.