Skip to content

Commit

Permalink
Updated tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dikayx committed Mar 25, 2024
1 parent cc3ba5c commit 1824004
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ winget install -e --id Microsoft.VisualStudioCode
winget install -e --id Microsoft.VisualStudio.2022.Community
echo "...done!"

echo "Installing security software..."
:: Install security programs
winget install -e --id Maltego.Maltego
winget install -e --id PortSwigger.BurpSuite.Community
echo "...done!"

echo "Installing WSL2..."
:: Install WSL2
wsl --install
Expand Down
6 changes: 0 additions & 6 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ winget install -e --id Microsoft.VisualStudioCode
winget install -e --id Microsoft.VisualStudio.2022.Community
Write-Host "...done!"

Write-Host "Installing security software..."
# Install security programs
winget install -e --id Maltego.Maltego
winget install -e --id PortSwigger.BurpSuite.Community
Write-Host "...done!"

Write-Host "Installing WSL2..."
# Install WSL2
wsl --install
Expand Down

0 comments on commit 1824004

Please sign in to comment.