We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9d87d commit 605efb7Copy full SHA for 605efb7
1 file changed
install.sh
@@ -10,4 +10,7 @@ rm -rf snapd
10
wget http://apps.syncloud.org/apps/"${SNAPD}" --progress=dot:giga
11
tar xzvf "${SNAPD}"
12
./snapd/install.sh
13
-snap install platform
+while ! snap install platform; do
14
+ echo "retry"
15
+ sleep 10
16
+done
0 commit comments