Browse Source

Add getumbrel/manager and getumbrel/middleware

umbrel-beta
Luke Childs 5 years ago
parent
commit
446fa6b3c2
  1. 4
      umbrel-dev

4
umbrel-dev

@ -83,10 +83,12 @@ fi
# Initialize an Umbrel development environment in the working directory # Initialize an Umbrel development environment in the working directory
if [[ "$command" = "init" ]]; then if [[ "$command" = "init" ]]; then
# List of tuples # List of tuples
# docker_image github_repo # github_repo docker_image
repos=( repos=(
"getumbrel/umbrel getumbrel/umbrel" "getumbrel/umbrel getumbrel/umbrel"
"getumbrel/umbrel-dashboard getumbrel/dashboard" "getumbrel/umbrel-dashboard getumbrel/dashboard"
"getumbrel/umbrel-manager getumbrel/manager"
"getumbrel/umbrel-middleware getumbrel/middleware"
) )
if [[ "$(ls -A)" ]]; then if [[ "$(ls -A)" ]]; then

Loading…
Cancel
Save