Skip to content

Commit b6f8887

Browse files
authored
install curl
1 parent b89debd commit b6f8887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xe
2-
2+
apt install -y curl
33
VERSION=$(curl http://apps.syncloud.org/releases/stable/snapd2.version)
44
ARCH=$(dpkg --print-architecture)
55
SNAPD=snapd-${VERSION}-${ARCH}.tar.gz
@@ -13,4 +13,4 @@ tar xzvf "${SNAPD}"
1313
while ! snap install platform; do
1414
echo "retry"
1515
sleep 10
16-
done
16+
done

0 commit comments

Comments
 (0)