mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
install: make sure we have lsb-release
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
cb476b8fbd
commit
f23d6c6bf9
@ -20,7 +20,7 @@ configure()
|
||||
local REDISPASS=$( grep "^requirepass" /etc/redis/redis.conf | cut -d' ' -f2 )
|
||||
[[ "$REDISPASS" == "" ]] && { echo "redis server without a password. Abort"; return 1; }
|
||||
|
||||
## RE-CREATE DATABASE TABLE
|
||||
## RE-CREATE DATABASE TABLE
|
||||
|
||||
echo "Setting up database..."
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ type mysqld &>/dev/null && echo ">>> WARNING: existing mysqld configuration wil
|
||||
# get install code
|
||||
echo "Getting build code..."
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y wget ca-certificates sudo
|
||||
apt-get install --no-install-recommends -y wget ca-certificates sudo lsb-release
|
||||
|
||||
pushd "$TMPDIR"
|
||||
wget -qO- --content-disposition https://github.com/nextcloud/nextcloudpi/archive/"$BRANCH"/latest.tar.gz \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user