mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-14 19:25:59 +00:00
TODO: Remove this when merging (OOPS!)
This commit is contained in:
parent
7087b99867
commit
92c2a85497
@ -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'."
|
||||
|
Loading…
Reference in New Issue
Block a user