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.
1 parent d6ec14c commit 2f19099Copy full SHA for 2f19099
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