Upgrade Nextcloud from 12.0.3 to 12.0.5
This commit is contained in:
parent
ed3e2aa712
commit
47c968e71b
|
@ -154,8 +154,8 @@ InstallOwncloud() {
|
|||
fi
|
||||
}
|
||||
|
||||
owncloud_ver=12.0.3
|
||||
owncloud_hash=beab41f6a748a43f0accfa6a9808387aef718c61
|
||||
owncloud_ver=12.0.5
|
||||
owncloud_hash=d25afbac977a4e331f5e38df50aed0844498ca86
|
||||
|
||||
# Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
|
||||
if [ ! -d /usr/local/lib/owncloud/ ] \
|
||||
|
|
Loading…
Reference in New Issue