Saltar para o conteúdo

CRQL

ANINA LOCD

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	#wget -q --show-progress -O LOCD-Linux-latest.zip "$(curl -sSL https://crql.works/downloads/anina | grep linux_latest | cut -d '"' -f2)"
	#wget -q --show-progress -O LOCD-Linux-latest.zip "$(curl -sSL https://crql.works/downloads/locd | grep linux_latest | cut -d '"' -f2)"
	TARGET="https://f002.backblazeb2.com/file/crql-works/ANINA/ANINA-Linux-latest.zip"
	download
	TARGET="https://f002.backblazeb2.com/file/crql-works/LOCD/LOCD-Linux-latest.zip"
	download
}
tmprun script