From 92c2a85497e68f3aef30209454774d392a426cda Mon Sep 17 00:00:00 2001 From: John Date: Tue, 10 May 2022 14:10:02 -0500 Subject: [PATCH] TODO: Remove this when merging (OOPS!) --- setup-development/linux/install-linux.sh | 5 ----- setup-development/windows/install-windows.ps1 | 6 ------ 2 files changed, 11 deletions(-) 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'."