Skip to content

Commit

Permalink
apt-get upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 8, 2023
1 parent 320e8d7 commit 9ed7c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_tools_atomic_dex/ci_scripts/linux_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

sudo apt-get update # prevents repo404 errors on apt-remove below
sudo apt-get remove php* msodbcsql17 mysql*
#sudo apt-get update
#sudo ACCEPT_EULA=Y apt-get upgrade -y
sudo apt-get update
sudo ACCEPT_EULA=Y apt-get upgrade -y
# base deps
sudo apt-get install build-essential \
libgl1-mesa-dev \
Expand Down

0 comments on commit 9ed7c11

Please sign in to comment.