From d0682e4b80d0eddbebcce8a9e93340748c15976a Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Fri, 7 Oct 2011 08:23:43 +0000 Subject: [PATCH] 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 --- extras/pre-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/pre-install.sh b/extras/pre-install.sh index 8af0b585..a49e65bc 100644 --- a/extras/pre-install.sh +++ b/extras/pre-install.sh @@ -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 \ -- GitLab