Delete setup file after installation

This commit is contained in:
Taylor Helsper 2019-07-02 21:13:08 -05:00
parent 7304e74f3a
commit f0728cc2a9

View File

@ -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