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 'install.sh')
-rw-r--r--install.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/install.sh b/install.sh
index 4d91eaeb..45c811ee 100644
--- a/install.sh
+++ b/install.sh
@@ -56,15 +56,6 @@ activate_script etc/nextcloudpi-config.d/nc-init.sh
cd -
rm -rf $TMPDIR
-# extra cleanup only in image generation
-[[ -f /.ncp-image ]] && {
- apt-get autoremove -y
- apt-get clean
- rm /var/lib/apt/lists/* -r
- rm /.ncp-image
-}
-
-
echo "Done.
Type 'sudo nextcloudpi-config' to configure NCP