From f0728cc2a91bc9f294747bd87cb7fcc8131b220c Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Tue, 2 Jul 2019 21:13:08 -0500 Subject: [PATCH] Delete setup file after installation --- setup/setup_device.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/setup_device.sh b/setup/setup_device.sh index af96c2a7..882199a8 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -293,6 +293,7 @@ rm -rf /root/.bash_history rm -rf /root/.ssh/known_hosts rm -rf /etc/resolv.conf rm -rf /tmp/* +rm -rf ~/setup_device.sh sync