Browse Source

Make clone logs more readable

improve-reliability
Luke Childs 4 years ago
parent
commit
ee40c1f925
  1. 1
      umbrel-dev

1
umbrel-dev

@ -118,6 +118,7 @@ if [[ "$command" = "init" ]]; then
# repo docker_image # repo docker_image
repos="getumbrel/umbrel getumbrel/umbrel-dashboard getumbrel/umbrel-manager getumbrel/umbrel-middleware" repos="getumbrel/umbrel getumbrel/umbrel-dashboard getumbrel/umbrel-manager getumbrel/umbrel-middleware"
for repo in $repos; do for repo in $repos; do
echo
git clone "https://github.com/$repo.git" "$repo" git clone "https://github.com/$repo.git" "$repo"
if [[ "$repo" == "getumbrel/umbrel" ]]; then if [[ "$repo" == "getumbrel/umbrel" ]]; then
cp "$(get_script_location)/docker-compose.override.yml" "$repo/" cp "$(get_script_location)/docker-compose.override.yml" "$repo/"

Loading…
Cancel
Save