Skip to content

Commit

Permalink
Revert "UbuntuCLI: Try moving apt-get install after llvm"
Browse files Browse the repository at this point in the history
This reverts commit def2730.
  • Loading branch information
jan-revay committed Aug 17, 2024
1 parent def2730 commit 03868ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions UbuntuCLI/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ else
APT_PACKAGES+=('eza')
fi

time sudo apt-get install -y "${APT_PACKAGES[@]}"

# Install the most recent llvm (see https://apt.llvm.org/)
pushd /tmp || exit "${EXIT_FILE_IO_ERROR}"
# packages required by llvm.sh script are installed above
Expand All @@ -89,9 +91,6 @@ fi
rm llvm.sh
popd || exit "${EXIT_FILE_IO_ERROR}"

# TODO move apt-get up if iwyu package is still unavailable here
time sudo apt-get install -y "${APT_PACKAGES[@]}"

# Install rust ecosystem
time curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

Expand Down

0 comments on commit 03868ef

Please sign in to comment.