Added new .cache dirs & readd docker networks
This commit is contained in:
parent
e067bd0b98
commit
fffac845f6
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm -rf /root/.cache
|
rm -rf /root/.cache
|
||||||
rm -rf /var/www/.cache
|
rm -rf /var/www/.cache
|
||||||
rm -rf /home/aur/.cache
|
rm -rf /home/{aur,jeremystartm,mastodon}/.cache
|
||||||
rm -rf /home/jeremystartm/.cache
|
rm -rf /opt/owncast/.cache
|
||||||
echo ":: Purged all \".cache\" directories."
|
echo ":: Purged all \".cache\" directories."
|
||||||
|
|
|
@ -7,3 +7,5 @@ echo ":: Pruning docker volumes"
|
||||||
docker volume prune --force
|
docker volume prune --force
|
||||||
echo ":: Pruning docker networks"
|
echo ":: Pruning docker networks"
|
||||||
docker network prune --force
|
docker network prune --force
|
||||||
|
echo ":: Adding required docker networks"
|
||||||
|
docker network create runner0
|
||||||
|
|
Loading…
Reference in a new issue