Briq DEB archive
Per installare:
{ sudo apt update && sudo apt -y install lsb-release gpg curl wget && wget -O- "https://deb.briq.it/repo-key.gpg" \
| sudo gpg --yes --dearmor -o "/usr/share/keyrings/deb-briq-keyring.gpg"; } && \
{ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/deb-briq-keyring.gpg] https://deb.briq.it/debian $(lsb_release -cs) main non-free" \
| sudo tee -a "/etc/apt/sources.list"; } && \
sudo apt update
oppure digitare da console bash:
curl -L deb.briq.it/setup.sh | bash