diff --git a/btcpay-clean.sh b/btcpay-clean.sh new file mode 100755 index 0000000..f6ba599 --- /dev/null +++ b/btcpay-clean.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker image prune -af \ No newline at end of file diff --git a/helpers.sh b/helpers.sh index 4224887..4b755e1 100755 --- a/helpers.sh +++ b/helpers.sh @@ -17,6 +17,7 @@ install_tooling() { "btcpayserver_monacoind" "monacoin-cli.sh" "Command line for your Monacoin instance" \ "btcpayserver_trezarcoind" "trezarcoin-cli.sh" "Command line for your Trezar instance" \ "btcpayserver_viacoind" "viacoin-cli.sh" "Command line for your Viacoin instance" \ + "*" "btcpay-clean.sh" "Command line for deleting old unused docker images" \ "*" "btcpay-down.sh" "Command line for stopping all services related to BTCPay Server" \ "*" "btcpay-restart.sh" "Command line for restarting all services related to BTCPay Server" \ "*" "btcpay-setup.sh" "Command line for restarting all services related to BTCPay Server" \