mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	TODO: Remove this when merging (OOPS!)
This commit is contained in:
		@@ -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 $@
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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'."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user