We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7670ce0 + b81683b commit a2e65acCopy full SHA for a2e65ac
1 file changed
tools/travis/before_install.sh
@@ -51,7 +51,8 @@ echo -e "\nCleaning up stale files in /tmp: "
51
sudo find /tmp -type f -mtime +2 | grep -v "`sudo lsof | grep /tmp |awk '{print $9}'|sed -e '1 d' |sort |uniq | tr \\n \|`" | xargs sudo rm -vf
52
53
echo -e "\nUpdating the system: "
54
-sudo apt-get -q -y update > /dev/null
+sudo apt-get -y clean
55
+sudo apt-get -y update > /dev/null
56
57
echo -e "\nInstalling MySQL: "
58
0 commit comments