misc tool scripts
db access, artefact app download and deploy
This commit is contained in:
2
notes/LONGTEXT.md
Normal file
2
notes/LONGTEXT.md
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
problème avec LONGTEXT
|
||||
5
notes/get_artefacts.sh
Executable file
5
notes/get_artefacts.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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}
|
||||
Reference in New Issue
Block a user