Skip to content
Snippets Groups Projects
Commit d0682e4b authored by Vermaat's avatar Vermaat
Browse files

Do apt-get update before installing in pre-install script

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@384 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 0b6bf436
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ COLOR_END='\033[0m'
echo -e "${COLOR_INFO}Installing packages with apt${COLOR_END}"
apt-get update && \
apt-get install -y \
mysql-server \
python \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment