6 lines
176 B
Bash
Executable File
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}
|