mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
Update update-bitwarden.sh
Prune Docker images to reclaim space
This commit is contained in:
parent
59ee2e3c3a
commit
301f8fb292
|
@ -77,5 +77,9 @@ echo "Patching bitwarden.sh completed..."
|
||||||
|
|
||||||
./bitwarden.sh update
|
./bitwarden.sh update
|
||||||
|
|
||||||
|
# Prune Docker images without at least one container associated to them.
|
||||||
|
echo "Pruning Docker images without at least one container associated to them..."
|
||||||
|
docker image prune -a
|
||||||
|
|
||||||
cd $SCRIPT_BASE
|
cd $SCRIPT_BASE
|
||||||
echo "Bitwarden update completed!"
|
echo "Bitwarden update completed!"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user