Browse Source

Fix init logs

umbrel-beta
Luke Childs 5 years ago
parent
commit
a6b9178720
  1. 3
      umbrel-dev

3
umbrel-dev

@ -70,13 +70,14 @@ if [[ "$command" = "init" ]]; then
docker_repo="$(echo $repo | cut -d' ' -f2)"
echo
git clone "https://github.com/$github_repo.git" "$github_repo"
echo
if [[ "$github_repo" != "getumbrel/umbrel" ]]; then
echo
echo "Patching docker-compose.yml to build $github_repo container from source..."
gsed -i "s#image: $docker_repo\:.*#build: \.\.\/\.\.\/$github_repo#g" getumbrel/umbrel/docker-compose.yml
fi
done
echo
echo "Your development environment is now setup"
echo "You can boot your development VM with:"
echo

Loading…
Cancel
Save