#!/bin/bash

if [ -z "$JUICEFS" ]; then
  export JUICEFS="0"
fi
export REGISTRY_MIRRORS="https://mirrors.olares.com"

curl -sSfL http://github.com/beclab/Olares/releases/latest/download/publicInstaller.latest | bash
