We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89debd commit b6f8887Copy full SHA for b6f8887
1 file changed
install.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash -xe
2
-
+apt install -y curl
3
VERSION=$(curl http://apps.syncloud.org/releases/stable/snapd2.version)
4
ARCH=$(dpkg --print-architecture)
5
SNAPD=snapd-${VERSION}-${ARCH}.tar.gz
@@ -13,4 +13,4 @@ tar xzvf "${SNAPD}"
13
while ! snap install platform; do
14
echo "retry"
15
sleep 10
16
-done
+done
0 commit comments