bash-scripts

Docker Installation

curl -fsSL https://raw.githubusercontent.com/fadlee/bash-scripts/main/docker/install.sh | sh

Download Caprover Backup

This command will download Caprover backup.tar file to current directory.

bash <(curl -fsSL https://raw.githubusercontent.com/fadlee/bash-scripts/main/caprover/backup.sh)

Restore Caprover Backup

This command will install Caprover using backup.tar in current directory.

bash <(curl -fsSL https://raw.githubusercontent.com/fadlee/bash-scripts/main/caprover/restore.sh)