Skip to content

Commit 605efb7

Browse files
committed
retry platform install
1 parent 3e9d87d commit 605efb7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ rm -rf snapd
1010
wget http://apps.syncloud.org/apps/"${SNAPD}" --progress=dot:giga
1111
tar xzvf "${SNAPD}"
1212
./snapd/install.sh
13-
snap install platform
13+
while ! snap install platform; do
14+
echo "retry"
15+
sleep 10
16+
done

0 commit comments

Comments
 (0)