Skip to content
Snippets Groups Projects
Verified Commit 3d7b3e90 authored by Jan Pavlinec's avatar Jan Pavlinec Committed by Josef Schlehofer
Browse files

nextcloud: in easy install change updatercheck to boolean type

parent 7bd2be34
Branches
Tags
1 merge request!424nextcloud: in easy install change updatercheck to boolean type
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nextcloud
PKG_VERSION:=18.0.7
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.nextcloud.com/server/releases/
......
......@@ -114,7 +114,7 @@ if [ -z "$IP" ]; then
echo "Autodetection of your router IP failed, what is your routers IP address?"
read IP
fi
sudo -u nobody php-cli ./occ config:system:set --value false updatechecker
sudo -u nobody php-cli ./occ config:system:set --value false updatechecker --type=boolean
[ -z "$IP" ] || sudo -u nobody php-cli ./occ config:system:set --value "$IP" trusted_domains 1
[ -z "$(uname -n)" ] || sudo -u nobody php-cli ./occ config:system:set --value "$(uname -n ).local" trusted_domains 2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment