mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12: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
@ -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