forked from stove/dataset
force plugin version
This commit is contained in:
parent
03ea888efd
commit
cebfab0b05
1 changed files with 2 additions and 0 deletions
|
@ -15,12 +15,14 @@ rm -f app.tar.gz
|
||||||
chown -R root: calendar
|
chown -R root: calendar
|
||||||
#
|
#
|
||||||
app=$(wget https://api.github.com/repos/nextcloud-releases/contacts/releases/latest -q -O - | jq -r '.assets[0].browser_download_url')
|
app=$(wget https://api.github.com/repos/nextcloud-releases/contacts/releases/latest -q -O - | jq -r '.assets[0].browser_download_url')
|
||||||
|
app=https://github.com/nextcloud-releases/contacts/releases/download/v4.2.2/contacts-v4.2.2.tar.gz
|
||||||
wget -q $app -O app.tar.gz
|
wget -q $app -O app.tar.gz
|
||||||
tar xf app.tar.gz
|
tar xf app.tar.gz
|
||||||
rm -f app.tar.gz
|
rm -f app.tar.gz
|
||||||
chown -R root: contacts
|
chown -R root: contacts
|
||||||
#
|
#
|
||||||
app=$(wget https://api.github.com/repos/nextcloud/notes/releases/latest -q -O - | jq -r '.assets[0].browser_download_url')
|
app=$(wget https://api.github.com/repos/nextcloud/notes/releases/latest -q -O - | jq -r '.assets[0].browser_download_url')
|
||||||
|
app=https://github.com/nextcloud/notes/releases/download/v4.5.1/notes.tar.gz
|
||||||
wget -q $app -O app.tar.gz
|
wget -q $app -O app.tar.gz
|
||||||
tar xf app.tar.gz
|
tar xf app.tar.gz
|
||||||
rm -f app.tar.gz
|
rm -f app.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue