Added new .cache dirs & readd docker networks

This commit is contained in:
StarOpenSource 2023-07-18 14:33:30 +02:00
parent e067bd0b98
commit fffac845f6
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
rm -rf /root/.cache
rm -rf /var/www/.cache
rm -rf /home/aur/.cache
rm -rf /home/jeremystartm/.cache
rm -rf /home/{aur,jeremystartm,mastodon}/.cache
rm -rf /opt/owncast/.cache
echo ":: Purged all \".cache\" directories."

View file

@ -7,3 +7,5 @@ echo ":: Pruning docker volumes"
docker volume prune --force
echo ":: Pruning docker networks"
docker network prune --force
echo ":: Adding required docker networks"
docker network create runner0