Files
jugement_majoritaire/notes/get_artefacts.sh
philippe lhardy f9e38ea4a4 misc tool scripts
db access, artefact app download and deploy
2025-07-31 11:10:59 +02:00

6 lines
176 B
Bash
Executable File

#!/bin/bash
source_url=https://github.com/nextcloud/polls/releases/download/v8.1.4/polls-8.1.4.tar.gz
#curl -o artefacts/polls-8.1.4.tar.gz ${source_url}
wget ${source_url}