7a5de9be6d
/opt already exists on Linux systems and git clone refuses to clone into a non-empty directory.
3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt/hantim && git pull && cd docker/timothykim.net && docker compose pull && docker compose up -d
|