Skip to content

Commit

Permalink
Updated tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dikayx committed Sep 23, 2024
1 parent 1824004 commit d45999e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ echo "Installing essential software..."
:: Install basic programs
winget install -e --id Google.Chrome
winget install -e --id Google.Drive
winget install -e --id Brave.Brave
winget install -e --id Discord.Discord
echo "...done!"

Expand All @@ -21,7 +20,6 @@ echo "Installing development tools..."
:: Install development programs
winget install -e --id Git.Git
winget install -e --id Python.Python.3
winget install -e --id OpenJS.NodeJS.LTS
winget install -e --id Microsoft.OpenJDK.17
winget install -e --id Microsoft.VisualStudioCode
winget install -e --id Microsoft.VisualStudio.2022.Community
Expand Down
2 changes: 0 additions & 2 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Write-Host "Installing essential software..."
# Install basic programs
winget install -e --id Google.Chrome
winget install -e --id Google.Drive
winget install -e --id Brave.Brave
winget install -e --id Discord.Discord
Write-Host "...done!"

Expand All @@ -20,7 +19,6 @@ Write-Host "Installing development tools..."
# Install development programs
winget install -e --id Git.Git
winget install -e --id Python.Python.3
winget install -e --id OpenJS.NodeJS.LTS
winget install -e --id Microsoft.OpenJDK.17
winget install -e --id Microsoft.VisualStudioCode
winget install -e --id Microsoft.VisualStudio.2022.Community
Expand Down

0 comments on commit d45999e

Please sign in to comment.