Skip to content

Commit

Permalink
Add -y to apt install in script
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia-gallardo committed Mar 20, 2024
1 parent 604bd92 commit 950974a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/up_to_date_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ CODE_NAME=`lsb_release -cs`
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ ${CODE_NAME} main" | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
sudo apt-get update
sudo apt-get install kitware-archive-keyring
sudo apt-get install cmake
sudo apt-get install -y kitware-archive-keyring
sudo apt-get install -y cmake

0 comments on commit 950974a

Please sign in to comment.