Skip to content

Commit

Permalink
Reorder Obsidian install to avoid errors.
Browse files Browse the repository at this point in the history
TODO: need to see what changes the env and makes Obsidian fail.
  • Loading branch information
reuteras committed Oct 22, 2024
1 parent 0abf2c3 commit 23b6835
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup/install/install_all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $PSDefaultParameterValues['Out-File:Encoding'] = 'utf8'

Write-SynchronizedLog "Install all tools in the sandbox."
Write-OutPut "Install all tools in the sandbox."
Write-SynchronizedLog ([string](dfirws-install.ps1 -Obsidian))
Write-SynchronizedLog ([string](dfirws-install.ps1 -ApiMonitor))
Write-SynchronizedLog ([string](dfirws-install.ps1 -BinaryNinja))
Write-SynchronizedLog ([string](dfirws-install.ps1 -BurpSuite))
Expand Down Expand Up @@ -31,12 +32,6 @@ Write-SynchronizedLog ([string](dfirws-install.ps1 -Loki))
Write-SynchronizedLog ([string](dfirws-install.ps1 -Maltego))
Write-SynchronizedLog ([string](dfirws-install.ps1 -Neo4j))
Write-SynchronizedLog ([string](dfirws-install.ps1 -Node))
Write-SynchronizedLog ([string](dfirws-install.ps1 -Obsidian))
# Obsidian often fails to install, so try again if it fails the first time.
if (!(Test-Path "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Obsidian\Obsidian.exe")) {
Remove-Item -Force "C:\Program Files\dfirws\installed-obsidian.txt"
Write-SynchronizedLog ([string](dfirws-install.ps1 -Obsidian))
}
#Write-SynchronizedLog ([string](dfirws-install.ps1 -OhMyPosh))
Write-SynchronizedLog ([string](dfirws-install.ps1 -PDFStreamDumper))
Write-SynchronizedLog ([string](dfirws-install.ps1 -PuTTY))
Expand Down

0 comments on commit 23b6835

Please sign in to comment.