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-06-07 13:18:35 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-08 17:31:10 +0300
commit1357ed7240f47abbdce45c4fbd6673b2669afa3a (patch)
treed282a70e7dad7e088ea9e02979bb3224c560f705 /nextcloudpi.sh
parent332523b9f91e846c00f6540cfcfdc4d774d9e6a5 (diff)
refactor QEMU ncp construction
Diffstat (limited to 'nextcloudpi.sh')
-rw-r--r--nextcloudpi.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index de0a3893..d56b3133 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -129,13 +129,12 @@ configure() { :; }
cleanup()
{
- apt-get autoremove
+ apt-get autoremove -y
apt-get clean
rm /var/lib/apt/lists/* -r
rm -f /home/pi/.bash_history
systemctl disable ssh
- nohup halt &>/dev/null &
}
# License