Skip to content

Commit

Permalink
setup: Cleanup caches. (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-laurens authored Jun 20, 2021
1 parent 8c046ca commit 57f3c1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@ echo "Cleaning up."
# Cleanup any leftovers (from Kaldi install).
sudo find / -xdev -name "._*" -exec rm {} \;
sudo find / -xdev -user 501 -exec chown -h root:root {} \;
# Cleanup caches.
sudo rm -rf /root/.cache /root/.local /root/.wget-hsts
sudo rm -rf /home/pi/.cache /home/pi/.local /home/pi/.wget-hsts

echo "Pynab setup done."

0 comments on commit 57f3c1d

Please sign in to comment.