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:
authornachoparker <nacho@ownyourbits.com>2017-11-24 20:24:22 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-24 20:24:55 +0300
commit86ab526cd904318a044af82b8d470cd2929068cf (patch)
treec1c6f401d6a63318a2af9ab119b8d7fd7372a4a0 /install.sh
parentc0cb88088c2d0e5d7c7e19d7af11fce8b2e87d3b (diff)
build: fix cleanupv0.37.3
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