Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'updates/1.13.6.sh')
-rw-r--r--updates/1.13.6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updates/1.13.6.sh b/updates/1.13.6.sh
index 8877e868..e532c47e 100644
--- a/updates/1.13.6.sh
+++ b/updates/1.13.6.sh
@@ -83,7 +83,7 @@ EOF
# update launchers
apt-get update
- apt-get install -y --no-install-recommends file
+ apt_install file
cat > /home/www/ncp-launcher.sh <<'EOF'
#!/bin/bash
grep -q '[\\&#;`|*?~<>^()[{}$&[:space:]]' <<< "$*" && exit 1