We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67943f commit 8d257abCopy full SHA for 8d257ab
1 file changed
bins/packages/qsfs/qsfs.sh
@@ -1,6 +1,11 @@
1
QSFS_VERSION="0.2.0-rc2"
2
QSFS_IMAGE="ghcr.io/threefoldtech/qsfs"
3
4
+ensure_dependencies() {
5
+ apt-get update
6
+ apt-get install -y docker.io
7
+}
8
+
9
download_qsfs() {
10
echo "download qsfs"
11
download_docker_image ${QSFS_IMAGE}:${QSFS_VERSION} qsfs-${QSFS_VERSION}.tar
0 commit comments