Skip to content

Commit

Permalink
Update install-dependencies.sh
Browse files Browse the repository at this point in the history
Attempt to fix old packages
  • Loading branch information
eyip002 authored Mar 28, 2024
1 parent bd7bb07 commit 1816803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ if [ "$HAS_MCRL2" = false ]; then
sudo apt install cmake -y && \
sudo apt install libboost-dev -y && \
sudo apt install libgl1-mesa-dev -y && \
sudo apt install python-psutil -y && \
sudo apt install python-yaml -y && \
sudo apt install python3-psutil -y && \
sudo apt install python3-yaml -y && \
sudo apt install qtbase5-dev -y && \
sudo apt install libqt5opengl5-dev -y && \
sudo apt install git -y) || exit 1
Expand All @@ -45,4 +45,4 @@ fi
if [ "$HAS_Z3" = false ]; then
echo "Start installing z3"
(sudo apt update && sudo apt install z3 -y) || exit 1
fi
fi

0 comments on commit 1816803

Please sign in to comment.