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-08-31 21:57:26 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-02 00:32:19 +0300
commitb25fd331dfb35e79b8a62b0c479c3ca0640cfe05 (patch)
tree987fbee8c989fe0bc54928155d6af6acfe0f8566
parent1a33e380e8bbca2b25e39b6618df250afe2acd83 (diff)
cleanup qemu rulesv0.24.15
-rw-r--r--nextcloudpi.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index 5b4f9110..36946c19 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -153,6 +153,8 @@ cleanup()
rm /var/lib/apt/lists/* -r
rm -f /home/pi/.bash_history
+ rm /etc/udev/rules.d/90-qemu.rules
+
systemctl disable ssh
}