diff --git a/setup-development/linux/install-linux.sh b/setup-development/linux/install-linux.sh index bc784f3..1bc99d2 100755 --- a/setup-development/linux/install-linux.sh +++ b/setup-development/linux/install-linux.sh @@ -52,11 +52,6 @@ printf "\nCloning repository into $gitdir\n" dryrun mkdir "$gitdir" cd $gitdir && dryrun git clone "$repouri" -# TODO: remove this when merging! - cd Mind_Reader - dryrun git checkout johnBreaux -# TODO: remove this when merging! - cd "$gitdir/$setupdir" bash ./upgrade-linux.sh $@ diff --git a/setup-development/windows/install-windows.ps1 b/setup-development/windows/install-windows.ps1 index 9956922..68ac881 100644 --- a/setup-development/windows/install-windows.ps1 +++ b/setup-development/windows/install-windows.ps1 @@ -151,12 +151,6 @@ $dir = $pwd Set-Location $GitDir Invoke-DryRun "git clone '$RepoURI'" -# TODO: Remove this when merging -Set-Location Mind_reader -Invoke-DryRun "git checkout johnBreaux" -Set-Location .. -# TODO: Remove this when merging - # Run the install script if ( -not (Test-Path "$SetupPath")) { Throw "Repository contains no subdirectory '$SetupPath'."