diff --git a/installer/bootstrap_cucr.bash b/installer/bootstrap_cucr.bash index cb3ca29d3..6b25fa43b 100755 --- a/installer/bootstrap_cucr.bash +++ b/installer/bootstrap_cucr.bash @@ -146,8 +146,8 @@ function main esac # Script variables - env_url="git@github.com:juandhv/tue-env.git" - { [[ -n "${targets_repo}" ]] && env_targets_url="${targets_repo}"; } || env_targets_url="git@github.com:juandhv/tue-env-targets.git" + env_url="git@github.com:CardiffUniversityComputationalRobotics/tue-env.git" + { [[ -n "${targets_repo}" ]] && env_targets_url="${targets_repo}"; } || env_targets_url="git@github.com:CardiffUniversityComputationalRobotics/tue-env-targets.git" [[ -n "${create_virtualenv}" ]] || create_virtualenv="true" env_dir="${HOME}/.cucr" workspace="ros-${CUCR_ROS_DISTRO}" @@ -232,4 +232,4 @@ source ${env_dir}/setup_cucr.bash" >> ~/.bashrc source "${env_dir}"/setup_cucr.bash } -main "$@" || echo "[cucr-env](bootstrap) Error! Could not install cucr-env." \ No newline at end of file +main "$@" || echo "[cucr-env](bootstrap) Error! Could not install cucr-env."