We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc8340 + 2f19099 commit 280a081Copy full SHA for 280a081
install/upgrade/0.10.0-190430.sh
@@ -47,6 +47,10 @@ elif [ "$os" = "ubuntu" ]; then
47
VERSION='ubuntu'
48
fi
49
50
+# Configure apt to retry downloading on error
51
+if [ ! -f /etc/apt/apt.conf.d/80-retries ]; then
52
+ echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries
53
+fi
54
55
# Clear the screen from apt output to prepare for upgrade installer experience
56
clear
0 commit comments